#36AAAC

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

Shades of Light Sea Green #36AAAC

Tints of Light Sea Green #36AAAC

Color information

#36AAAC (or 0x36AAAC) is unknown color: approx Light Sea Green. HEX triplet: 36, AA and AC. RGB value is (54,170,172). Sum of RGB (Red+Green+Blue) = 54+170+172=396 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.64% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #36AAAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36AAAC is #C95553. Grayscale: #878787. Windows color (decimal): -13194580 or 11315766. OLE color: 11315766.

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

Color convert

RGB54170172-
CMYK0.690.0100.33
HSL181.02º52.21%44.31%-
HSV(B)181.02º68.6%67.45%-
XYZ23.3432.5144.07-
YUV135.54148.5769.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.64%
GREEN value IS 170 (66.80% from 255) = 42.93%
BLUE value IS 172 (67.58% from 255) = 43.43%
R=13.64%
G=42.93%
B=43.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal541701720.690.0100.33181.0252.2144.31
Hex36AAAC451021b5342c
Octal6625225410510412656454
Binary110110101010101010110010001011010000110110101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36AAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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