#35CCAA

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

Shades of Shamrock #35CCAA

Tints of Shamrock #35CCAA

Color information

#35CCAA (or 0x35CCAA) is unknown color: approx Shamrock. HEX triplet: 35, CC and AA. RGB value is (53,204,170). Sum of RGB (Red+Green+Blue) = 53+204+170=427 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.41% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 204 - color contains mainly: green. Hex color #35CCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CCAA is #CA3355. Grayscale: #9A9A9A. Windows color (decimal): -13251414 or 11193397. OLE color: 11193397.

HSL color Cylindrical-coordinate representation of color #35CCAA: hue angle of 166.49º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CCAA is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB53204170-
CMYK0.7400.170.2
HSL166.49º59.68%50.39%-
HSV(B)166.49º74.02%80%-
XYZ30.3246.8445.47-
YUV154.98136.4755.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.41%
GREEN value IS 204 (80.08% from 255) = 47.78%
BLUE value IS 170 (66.80% from 255) = 39.81%
R=12.41%
G=47.78%
B=39.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal532041700.7400.170.2166.4959.6850.39
Hex35CCAA4A01114a63c32
Octal65314252112021242467462
Binary110101110011001010101010010100100011010010100110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,204,170); }

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

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

 a { background-color: rgb(53,204,170); }

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

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

 span { border-color: rgb(53,204,170); }

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