Shades of Light Sea Green #39ABAA
Tints of Light Sea Green #39ABAA
RGB
CMYK
RGB Variations
Color information
#39ABAA (or 0x39ABAA) is known color: Light Sea Green. HEX triplet: 39, AB and AA. RGB value is (57,171,170). Sum of RGB (Red+Green+Blue) = 57+171+170=398 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.32% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 171 - color contains mainly: green. Hex color #39ABAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39ABAA is #C65455. Grayscale: #888888. Windows color (decimal): -12997718 or 11184953. OLE color: 11184953.
HSL color Cylindrical-coordinate representation of color #39ABAA: hue angle of 179.47º 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 #39ABAA is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 171 | 170 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.33 |
| HSL | 179.47º | 0.5% | 0.45% | - |
| HSV(B) | 179.47º | 0.67% | 0.67% | - |
| XYZ | 23.51 | 32.9 | 43.14 | - |
| YUV | 136.8 | 146.73 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 171 | 170 | 0.67 | 0 | 0.01 | 0.33 | 179.47 | 0.5 | 0.45 |
| Hex | 39 | AB | AA | 43 | 0 | 1 | 21 | B3 | 32 | 2D |
| Octal | 71 | 253 | 252 | 103 | 0 | 1 | 41 | 263 | 62 | 55 |
| Binary | 111001 | 10101011 | 10101010 | 1000011 | 0 | 1 | 100001 | 10110011 | 110010 | 101101 |
Color Harmonies of #39ABAA
Complementary color
Monochromatic Colors of #39ABAA
Black with #39ABAA
Text Example
Text Example
White with #39ABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39ABAA; }
p { color: rgb(57,171,170); }
H1.HeaderClassName
{
color: #39ABAA;
}
.AnyTagClassName
{
color: #39ABAA;
}
</style>
background-color css
<style>
a { background-color: #39ABAA; }
a { background-color: rgb(57,171,170); }
div.DivClassName
{
background-color: #39ABAA;
}
.BgClassName
{
background-color: #39ABAA;
}
</style>
border-color css
<style>
span { border-color: #39ABAA; }
span { border-color: rgb(57,171,170); }
td.TdClassName
{
border-color: #39ABAA;
}
.TagClassName
{
border-color: #39ABAA;
}
</style>