#36CAAB

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

Shades of Shamrock #36CAAB

Tints of Shamrock #36CAAB

Color information

#36CAAB (or 0x36CAAB) is unknown color: approx Shamrock. HEX triplet: 36, CA and AB. RGB value is (54,202,171). Sum of RGB (Red+Green+Blue) = 54+202+171=427 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.65% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #36CAAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36CAAB is #C93554. Grayscale: #9A9A9A. Windows color (decimal): -13186389 or 11258422. OLE color: 11258422.

HSL color Cylindrical-coordinate representation of color #36CAAB: hue angle of 167.43º 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 #36CAAB is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB54202171-
CMYK0.7300.150.21
HSL167.43º58.27%50.2%-
HSV(B)167.43º73.27%79.22%-
XYZ29.9945.9745.82-
YUV154.21137.4756.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.65%
GREEN value IS 202 (79.30% from 255) = 47.31%
BLUE value IS 171 (67.19% from 255) = 40.05%
R=12.65%
G=47.31%
B=40.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal542021710.7300.150.21167.4358.2750.2
Hex36CAAB490F15a73a32
Octal66312253111017252477262
Binary11011011001010101010111001001011111010110100111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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