#36B4AA

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

Shades of Light Sea Green #36B4AA

Tints of Light Sea Green #36B4AA

Color information

#36B4AA (or 0x36B4AA) is unknown color: approx Light Sea Green. HEX triplet: 36, B4 and AA. RGB value is (54,180,170). Sum of RGB (Red+Green+Blue) = 54+180+170=404 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.37% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 180 - color contains mainly: green. Hex color #36B4AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36B4AA is #C94B55. Grayscale: #8D8D8D. Windows color (decimal): -13192022 or 11187254. OLE color: 11187254.

HSL color Cylindrical-coordinate representation of color #36B4AA: hue angle of 175.24º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #36B4AA is Cyan = 0.7, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB54180170-
CMYK0.700.060.29
HSL175.24º53.85%45.88%-
HSV(B)175.24º70%70.59%-
XYZ25.136.3343.72-
YUV141.19144.2665.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.37%
GREEN value IS 180 (70.70% from 255) = 44.55%
BLUE value IS 170 (66.80% from 255) = 42.08%
R=13.37%
G=44.55%
B=42.08%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal541801700.700.060.29175.2453.8545.88
Hex36B4AA46061Daf362e
Octal6626425210606352576656
Binary1101101011010010101010100011001101110110101111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36B4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,180,170); }

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

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

 a { background-color: rgb(54,180,170); }

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

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

 span { border-color: rgb(54,180,170); }

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