#35CE99

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

Shades of Shamrock #35CE99

Tints of Shamrock #35CE99

Color information

#35CE99 (or 0x35CE99) is unknown color: approx Shamrock. HEX triplet: 35, CE and 99. RGB value is (53,206,153). Sum of RGB (Red+Green+Blue) = 53+206+153=412 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.86% from 412); Green value is 206 (80.86% from 255 or 50% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 206 - color contains mainly: green. Hex color #35CE99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CE99 is #CA3166. Grayscale: #9A9A9A. Windows color (decimal): -13250919 or 10079797. OLE color: 10079797.

HSL color Cylindrical-coordinate representation of color #35CE99: hue angle of 159.22º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CE99 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB53206153-
CMYK0.7400.260.19
HSL159.22º60.96%50.78%-
HSV(B)159.22º74.27%80.78%-
XYZ29.2947.237.7-
YUV154.21127.3155.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.86%
GREEN value IS 206 (80.86% from 255) = 50%
BLUE value IS 153 (60.16% from 255) = 37.14%
R=12.86%
G=50%
B=37.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal532061530.7400.260.19159.2260.9650.78
Hex35CE994A01A139f3d33
Octal65316231112032232377563
Binary110101110011101001100110010100110101001110011111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,206,153); }

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

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

 a { background-color: rgb(53,206,153); }

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

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

 span { border-color: rgb(53,206,153); }

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