#36CBA0

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

Shades of Shamrock #36CBA0

Tints of Shamrock #36CBA0

Color information

#36CBA0 (or 0x36CBA0) is unknown color: approx Shamrock. HEX triplet: 36, CB and A0. RGB value is (54,203,160). Sum of RGB (Red+Green+Blue) = 54+203+160=417 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.95% from 417); Green value is 203 (79.69% from 255 or 48.68% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 203 - color contains mainly: green. Hex color #36CBA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36CBA0 is #C9345F. Grayscale: #999999. Windows color (decimal): -13186144 or 10537782. OLE color: 10537782.

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

Color convert

RGB54203160-
CMYK0.7300.210.20
HSL162.68º58.89%50.39%-
HSV(B)162.68º73.4%79.61%-
XYZ29.2246.0340.6-
YUV153.55131.6457-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.95%
GREEN value IS 203 (79.69% from 255) = 48.68%
BLUE value IS 160 (62.89% from 255) = 38.37%
R=12.95%
G=48.68%
B=38.37%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal542031600.7300.210.20162.6858.8950.39
Hex36CBA04901514a33b32
Octal66313240111025242437362
Binary110110110010111010000010010010101011010010100011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36CBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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