Shades of Light Sea Green #39AAA5
Tints of Light Sea Green #39AAA5
RGB
CMYK
RGB Variations
Color information
#39AAA5 (or 0x39AAA5) is known color: Light Sea Green. HEX triplet: 39, AA and A5. RGB value is (57,170,165). Sum of RGB (Red+Green+Blue) = 57+170+165=392 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.54% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 165 (64.84% from 255 or 42.09% from 392); Max value from RGB is 170 - color contains mainly: green. Hex color #39AAA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39AAA5 is #C6555A. Grayscale: #878787. Windows color (decimal): -12997979 or 10857017. OLE color: 10857017.
HSL color Cylindrical-coordinate representation of color #39AAA5: hue angle of 177.35º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #39AAA5 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 170 | 165 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.33 |
| HSL | 177.35º | 0.5% | 0.45% | - |
| HSV(B) | 177.35º | 0.66% | 0.67% | - |
| XYZ | 22.85 | 32.34 | 40.63 | - |
| YUV | 135.64 | 144.56 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 170 | 165 | 0.66 | 0 | 0.03 | 0.33 | 177.35 | 0.5 | 0.45 |
| Hex | 39 | AA | A5 | 42 | 0 | 3 | 21 | B1 | 32 | 2D |
| Octal | 71 | 252 | 245 | 102 | 0 | 3 | 41 | 261 | 62 | 55 |
| Binary | 111001 | 10101010 | 10100101 | 1000010 | 0 | 11 | 100001 | 10110001 | 110010 | 101101 |
Color Harmonies of #39AAA5
Complementary color
Monochromatic Colors of #39AAA5
Black with #39AAA5
Text Example
Text Example
White with #39AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39AAA5; }
p { color: rgb(57,170,165); }
H1.HeaderClassName
{
color: #39AAA5;
}
.AnyTagClassName
{
color: #39AAA5;
}
</style>
background-color css
<style>
a { background-color: #39AAA5; }
a { background-color: rgb(57,170,165); }
div.DivClassName
{
background-color: #39AAA5;
}
.BgClassName
{
background-color: #39AAA5;
}
</style>
border-color css
<style>
span { border-color: #39AAA5; }
span { border-color: rgb(57,170,165); }
td.TdClassName
{
border-color: #39AAA5;
}
.TagClassName
{
border-color: #39AAA5;
}
</style>