#36c2af

Color #36C2AF Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #36C2AF

Tints of Light Sea Green #36C2AF

Color information

#36C2AF (or 0x36C2AF) is unknown color: approx Light Sea Green. HEX triplet: 36, C2 and AF. RGB value is (54,194,175). Sum of RGB (Red+Green+Blue) = 54+194+175=423 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.77% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #36C2AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36C2AF is #C93D50. Grayscale: #959595. Windows color (decimal): -13188433 or 11518518. OLE color: 11518518.

HSL color Cylindrical-coordinate representation of color #36C2AF: hue angle of 171.86º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C2AF is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB54194175-
CMYK0.7200.100.24
HSL171.86º56.45%48.63%-
HSV(B)171.86º72.16%76.08%-
XYZ28.5542.4647.25-
YUV149.97142.1259.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.77%
GREEN value IS 194 (76.17% from 255) = 45.86%
BLUE value IS 175 (68.75% from 255) = 41.37%
R=12.77%
G=45.86%
B=41.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal541941750.7200.100.24171.8656.4548.63
Hex36C2AF480A18ac3831
Octal66302257110012302547061
Binary11011011000010101011111001000010101100010101100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36c2af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,194,175); }

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

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

 a { background-color: rgb(54,194,175); }

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

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

 span { border-color: rgb(54,194,175); }

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