#39AAAB

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

Shades of Light Sea Green #39AAAB

Tints of Light Sea Green #39AAAB

Color information

#39AAAB (or 0x39AAAB) is unknown color: approx Light Sea Green. HEX triplet: 39, AA and AB. RGB value is (57,170,171). Sum of RGB (Red+Green+Blue) = 57+170+171=398 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.32% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #39AAAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39AAAB is #C65554. Grayscale: #888888. Windows color (decimal): -12997973 or 11250233. OLE color: 11250233.

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

Color convert

RGB57170171-
CMYK0.670.0100.33
HSL180.53º50%44.71%-
HSV(B)180.53º66.67%67.06%-
XYZ23.4132.5643.58-
YUV136.33147.5671.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.32%
GREEN value IS 170 (66.80% from 255) = 42.71%
BLUE value IS 171 (67.19% from 255) = 42.96%
R=14.32%
G=42.71%
B=42.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571701710.670.0100.33180.535044.71
Hex39AAAB431021b5322d
Octal7125225310310412656255
Binary111001101010101010101110000111010000110110101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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