#36CAA0

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

Shades of Shamrock #36CAA0

Tints of Shamrock #36CAA0

Color information

#36CAA0 (or 0x36CAA0) is unknown color: approx Shamrock. HEX triplet: 36, CA and A0. RGB value is (54,202,160). Sum of RGB (Red+Green+Blue) = 54+202+160=416 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.98% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #36CAA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36CAA0 is #C9355F. Grayscale: #989898. Windows color (decimal): -13186400 or 10537526. OLE color: 10537526.

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

Color convert

RGB54202160-
CMYK0.7300.210.21
HSL162.97º58.27%50.2%-
HSV(B)162.97º73.27%79.22%-
XYZ28.9945.5640.52-
YUV152.96131.9757.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.98%
GREEN value IS 202 (79.30% from 255) = 48.56%
BLUE value IS 160 (62.89% from 255) = 38.46%
R=12.98%
G=48.56%
B=38.46%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal542021600.7300.210.21162.9758.2750.2
Hex36CAA04901515a33a32
Octal66312240111025252437262
Binary110110110010101010000010010010101011010110100011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36CAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36CAA0; }

 p { color: rgb(54,202,160); }

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

<style>
 a { background-color: #36CAA0; }

 a { background-color: rgb(54,202,160); }

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

<style>
 span { border-color: #36CAA0; }

 span { border-color: rgb(54,202,160); }

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