#35CA9A

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

Shades of Shamrock #35CA9A

Tints of Shamrock #35CA9A

Color information

#35CA9A (or 0x35CA9A) is unknown color: approx Shamrock. HEX triplet: 35, CA and 9A. RGB value is (53,202,154). Sum of RGB (Red+Green+Blue) = 53+202+154=409 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.96% from 409); Green value is 202 (79.30% from 255 or 49.39% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 202 - color contains mainly: green. Hex color #35CA9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CA9A is #CA3565. Grayscale: #989898. Windows color (decimal): -13251942 or 10144309. OLE color: 10144309.

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

Color convert

RGB53202154-
CMYK0.7400.240.21
HSL160.67º58.43%50%-
HSV(B)160.67º73.76%79.22%-
XYZ28.4245.3337.82-
YUV151.98129.1457.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.96%
GREEN value IS 202 (79.30% from 255) = 49.39%
BLUE value IS 154 (60.55% from 255) = 37.65%
R=12.96%
G=49.39%
B=37.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal532021540.7400.240.21160.6758.4350
Hex35CA9A4A01815a13a32
Octal65312232112030252417262
Binary110101110010101001101010010100110001010110100001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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