#35E0B2

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

Shades of Shamrock #35E0B2

Tints of Shamrock #35E0B2

Color information

#35E0B2 (or 0x35E0B2) is unknown color: approx Shamrock. HEX triplet: 35, E0 and B2. RGB value is (53,224,178). Sum of RGB (Red+Green+Blue) = 53+224+178=455 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.65% from 455); Green value is 224 (87.89% from 255 or 49.23% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 224 - color contains mainly: green. Hex color #35E0B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35E0B2 is #CA1F4D. Grayscale: #A7A7A7. Windows color (decimal): -13246286 or 11722805. OLE color: 11722805.

HSL color Cylindrical-coordinate representation of color #35E0B2: hue angle of 163.86º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35E0B2 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB53224178-
CMYK0.7600.210.12
HSL163.86º73.39%54.31%-
HSV(B)163.86º76.34%87.84%-
XYZ36.1657.2851.27-
YUV167.63133.8546.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.65%
GREEN value IS 224 (87.89% from 255) = 49.23%
BLUE value IS 178 (69.92% from 255) = 39.12%
R=11.65%
G=49.23%
B=39.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal532241780.7600.210.12163.8673.3954.31
Hex35E0B24C015Ca44936
Octal653402621140251424411166
Binary110101111000001011001010011000101011100101001001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,224,178); }

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

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

 a { background-color: rgb(53,224,178); }

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

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

 span { border-color: rgb(53,224,178); }

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