#36CBA5

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

Shades of Shamrock #36CBA5

Tints of Shamrock #36CBA5

Color information

#36CBA5 (or 0x36CBA5) is unknown color: approx Shamrock. HEX triplet: 36, CB and A5. RGB value is (54,203,165). Sum of RGB (Red+Green+Blue) = 54+203+165=422 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.80% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 165 (64.84% from 255 or 39.10% from 422); Max value from RGB is 203 - color contains mainly: green. Hex color #36CBA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36CBA5 is #C9345A. Grayscale: #9A9A9A. Windows color (decimal): -13186139 or 10865462. OLE color: 10865462.

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

Color convert

RGB54203165-
CMYK0.7300.190.20
HSL164.7º58.89%50.39%-
HSV(B)164.7º73.4%79.61%-
XYZ29.6746.2142.95-
YUV154.12134.1456.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.80%
GREEN value IS 203 (79.69% from 255) = 48.10%
BLUE value IS 165 (64.84% from 255) = 39.10%
R=12.80%
G=48.10%
B=39.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal542031650.7300.190.20164.758.8950.39
Hex36CBA54901314a53b32
Octal66313245111023242457362
Binary110110110010111010010110010010100111010010100101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36CBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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