#35CAAB

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

Shades of Shamrock #35CAAB

Tints of Shamrock #35CAAB

Color information

#35CAAB (or 0x35CAAB) is unknown color: approx Shamrock. HEX triplet: 35, CA and AB. RGB value is (53,202,171). Sum of RGB (Red+Green+Blue) = 53+202+171=426 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.44% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #35CAAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CAAB is #CA3554. Grayscale: #999999. Windows color (decimal): -13251925 or 11258421. OLE color: 11258421.

HSL color Cylindrical-coordinate representation of color #35CAAB: hue angle of 167.52º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CAAB is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB53202171-
CMYK0.7400.150.21
HSL167.52º58.43%50%-
HSV(B)167.52º73.76%79.22%-
XYZ29.9445.9445.82-
YUV153.92137.6456.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.44%
GREEN value IS 202 (79.30% from 255) = 47.42%
BLUE value IS 171 (67.19% from 255) = 40.14%
R=12.44%
G=47.42%
B=40.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal532021710.7400.150.21167.5258.4350
Hex35CAAB4A0F15a83a32
Octal65312253112017252507262
Binary11010111001010101010111001010011111010110101000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,202,171); }

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

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

 a { background-color: rgb(53,202,171); }

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

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

 span { border-color: rgb(53,202,171); }

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