#36BFAE

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

Shades of Light Sea Green #36BFAE

Tints of Light Sea Green #36BFAE

Color information

#36BFAE (or 0x36BFAE) is unknown color: approx Light Sea Green. HEX triplet: 36, BF and AE. RGB value is (54,191,174). Sum of RGB (Red+Green+Blue) = 54+191+174=419 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.89% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 191 - color contains mainly: green. Hex color #36BFAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36BFAE is #C94051. Grayscale: #949494. Windows color (decimal): -13189202 or 11452214. OLE color: 11452214.

HSL color Cylindrical-coordinate representation of color #36BFAE: hue angle of 172.55º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36BFAE is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB54191174-
CMYK0.7200.090.25
HSL172.55º55.92%48.04%-
HSV(B)172.55º71.73%74.9%-
XYZ27.7941.146.51-
YUV148.1142.6160.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.89%
GREEN value IS 191 (75% from 255) = 45.58%
BLUE value IS 174 (68.36% from 255) = 41.53%
R=12.89%
G=45.58%
B=41.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal541911740.7200.090.25172.5555.9248.04
Hex36BFAE480919ad3830
Octal66277256110011312557060
Binary11011010111111101011101001000010011100110101101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36BFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,191,174); }

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

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

 a { background-color: rgb(54,191,174); }

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

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

 span { border-color: rgb(54,191,174); }

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