#36AAAB

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

Shades of Light Sea Green #36AAAB

Tints of Light Sea Green #36AAAB

Color information

#36AAAB (or 0x36AAAB) is unknown color: approx Light Sea Green. HEX triplet: 36, AA and AB. RGB value is (54,170,171). Sum of RGB (Red+Green+Blue) = 54+170+171=395 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.67% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #36AAAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36AAAB is #C95554. Grayscale: #878787. Windows color (decimal): -13194581 or 11250230. OLE color: 11250230.

HSL color Cylindrical-coordinate representation of color #36AAAB: hue angle of 180.51º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #36AAAB is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB54170171-
CMYK0.680.0100.33
HSL180.51º52%44.12%-
HSV(B)180.51º68.42%67.06%-
XYZ23.2532.4743.57-
YUV135.43148.0769.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.67%
GREEN value IS 170 (66.80% from 255) = 43.04%
BLUE value IS 171 (67.19% from 255) = 43.29%
R=13.67%
G=43.04%
B=43.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal541701710.680.0100.33180.515244.12
Hex36AAAB441021b5342c
Octal6625225310410412656454
Binary110110101010101010101110001001010000110110101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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