#35C08F

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

Shades of Shamrock #35C08F

Tints of Shamrock #35C08F

Color information

#35C08F (or 0x35C08F) is unknown color: approx Shamrock. HEX triplet: 35, C0 and 8F. RGB value is (53,192,143). Sum of RGB (Red+Green+Blue) = 53+192+143=388 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.66% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #35C08F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C08F is #CA3F70. Grayscale: #909090. Windows color (decimal): -13254513 or 9420853. OLE color: 9420853.

HSL color Cylindrical-coordinate representation of color #35C08F: hue angle of 158.85º degrees, saturation: 0.57, 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 #35C08F is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB53192143-
CMYK0.7200.260.25
HSL158.85º56.73%48.04%-
HSV(B)158.85º72.4%75.29%-
XYZ25.2840.4432.46-
YUV144.85126.9562.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.66%
GREEN value IS 192 (75.39% from 255) = 49.48%
BLUE value IS 143 (56.25% from 255) = 36.86%
R=13.66%
G=49.48%
B=36.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531921430.7200.260.25158.8556.7348.04
Hex35C08F4801A199f3930
Octal65300217110032312377160
Binary110101110000001000111110010000110101100110011111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,192,143); }

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

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

 a { background-color: rgb(53,192,143); }

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

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

 span { border-color: rgb(53,192,143); }

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