Shades of Light Sea Green #39ACB0
Tints of Light Sea Green #39ACB0
RGB
CMYK
RGB Variations
Color information
#39ACB0 (or 0x39ACB0) is known color: Light Sea Green. HEX triplet: 39, AC and B0. RGB value is (57,172,176). Sum of RGB (Red+Green+Blue) = 57+172+176=405 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.07% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 176 - color contains mainly: blue. Hex color #39ACB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39ACB0 is #C6534F. Grayscale: #898989. Windows color (decimal): -12997456 or 11578425. OLE color: 11578425.
HSL color Cylindrical-coordinate representation of color #39ACB0: hue angle of 182.02º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #39ACB0 is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 57 | 172 | 176 | - |
| CMYK | 0.68 | 0.02 | 0 | 0.31 |
| HSL | 182.02º | 0.51% | 0.46% | - |
| HSV(B) | 182.02º | 0.68% | 0.69% | - |
| XYZ | 24.28 | 33.51 | 46.26 | - |
| YUV | 138.07 | 149.4 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 172 | 176 | 0.68 | 0.02 | 0 | 0.31 | 182.02 | 0.51 | 0.46 |
| Hex | 39 | AC | B0 | 44 | 2 | 0 | 1F | B6 | 33 | 2E |
| Octal | 71 | 254 | 260 | 104 | 2 | 0 | 37 | 266 | 63 | 56 |
| Binary | 111001 | 10101100 | 10110000 | 1000100 | 10 | 0 | 11111 | 10110110 | 110011 | 101110 |
Color Harmonies of #39ACB0
Complementary color
Monochromatic Colors of #39ACB0
Black with #39ACB0
Text Example
Text Example
White with #39ACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39ACB0; }
p { color: rgb(57,172,176); }
H1.HeaderClassName
{
color: #39ACB0;
}
.AnyTagClassName
{
color: #39ACB0;
}
</style>
background-color css
<style>
a { background-color: #39ACB0; }
a { background-color: rgb(57,172,176); }
div.DivClassName
{
background-color: #39ACB0;
}
.BgClassName
{
background-color: #39ACB0;
}
</style>
border-color css
<style>
span { border-color: #39ACB0; }
span { border-color: rgb(57,172,176); }
td.TdClassName
{
border-color: #39ACB0;
}
.TagClassName
{
border-color: #39ACB0;
}
</style>