#35CAB0

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

Shades of Shamrock #35CAB0

Tints of Shamrock #35CAB0

Color information

#35CAB0 (or 0x35CAB0) is unknown color: approx Shamrock. HEX triplet: 35, CA and B0. RGB value is (53,202,176). Sum of RGB (Red+Green+Blue) = 53+202+176=431 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.30% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #35CAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CAB0 is #CA354F. Grayscale: #9A9A9A. Windows color (decimal): -13251920 or 11586101. OLE color: 11586101.

HSL color Cylindrical-coordinate representation of color #35CAB0: hue angle of 169.53º 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 #35CAB0 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB53202176-
CMYK0.7400.130.21
HSL169.53º58.43%50%-
HSV(B)169.53º73.76%79.22%-
XYZ30.4346.1348.38-
YUV154.48140.1455.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.30%
GREEN value IS 202 (79.30% from 255) = 46.87%
BLUE value IS 176 (69.14% from 255) = 40.84%
R=12.30%
G=46.87%
B=40.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal532021760.7400.130.21169.5358.4350
Hex35CAB04A0D15aa3a32
Octal65312260112015252527262
Binary11010111001010101100001001010011011010110101010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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