#35BE8E

Color #35BE8E Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #35BE8E

Tints of Shamrock #35BE8E

Color information

#35BE8E (or 0x35BE8E) is unknown color: approx Shamrock. HEX triplet: 35, BE and 8E. RGB value is (53,190,142). Sum of RGB (Red+Green+Blue) = 53+190+142=385 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.77% from 385); Green value is 190 (74.61% from 255 or 49.35% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 190 - color contains mainly: green. Hex color #35BE8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BE8E is #CA4171. Grayscale: #8F8F8F. Windows color (decimal): -13255026 or 9354805. OLE color: 9354805.

HSL color Cylindrical-coordinate representation of color #35BE8E: hue angle of 158.98º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BE8E is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB53190142-
CMYK0.7200.250.25
HSL158.98º56.38%47.65%-
HSV(B)158.98º72.11%74.51%-
XYZ24.7639.5431.92-
YUV143.56127.1163.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 13.77%
GREEN value IS 190 (74.61% from 255) = 49.35%
BLUE value IS 142 (55.86% from 255) = 36.88%
R=13.77%
G=49.35%
B=36.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531901420.7200.250.25158.9856.3847.65
Hex35BE8E48019199f3830
Octal65276216110031312377060
Binary110101101111101000111010010000110011100110011111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35BE8E; }

 p { color: rgb(53,190,142); }

 H1.HeaderClassName
 {
   color: #35BE8E;
 }
 .AnyTagClassName
 {
   color: #35BE8E;
 }
</style>
background-color css

<style>
 a { background-color: #35BE8E; }

 a { background-color: rgb(53,190,142); }

 div.DivClassName
 {
   background-color: #35BE8E;
 }
 .BgClassName
 {
   background-color: #35BE8E;
 }
</style>
border-color css

<style>
 span { border-color: #35BE8E; }

 span { border-color: rgb(53,190,142); }

 td.TdClassName
 {
   border-color: #35BE8E;
 }
 .TagClassName
 {
   border-color: #35BE8E;
 }
</style>