Shades of Light Sea Green #0DBCAA
Tints of Light Sea Green #0DBCAA
RGB
CMYK
RGB Variations
Color information
#0DBCAA (or 0x0DBCAA) is known color: Light Sea Green. HEX triplet: 0D, BC and AA. RGB value is (13,188,170). Sum of RGB (Red+Green+Blue) = 13+188+170=371 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.50% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #0DBCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBCAA is #F24355. Grayscale: #858585. Windows color (decimal): -15876950 or 11189261. OLE color: 11189261.
HSL color Cylindrical-coordinate representation of color #0DBCAA: hue angle of 173.83º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBCAA is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 188 | 170 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.26 |
| HSL | 173.83º | 0.87% | 0.39% | - |
| HSV(B) | 173.83º | 0.93% | 0.74% | - |
| XYZ | 25.4 | 38.95 | 44.21 | - |
| YUV | 133.62 | 148.52 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 188 | 170 | 0.93 | 0 | 0.10 | 0.26 | 173.83 | 0.87 | 0.39 |
| Hex | D | BC | AA | 5D | 0 | A | 1A | AE | 57 | 27 |
| Octal | 15 | 274 | 252 | 135 | 0 | 12 | 32 | 256 | 127 | 47 |
| Binary | 1101 | 10111100 | 10101010 | 1011101 | 0 | 1010 | 11010 | 10101110 | 1010111 | 100111 |
Color Harmonies of #0DBCAA
Complementary color
Monochromatic Colors of #0DBCAA
Black with #0DBCAA
Text Example
Text Example
White with #0DBCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBCAA; }
p { color: rgb(13,188,170); }
H1.HeaderClassName
{
color: #0DBCAA;
}
.AnyTagClassName
{
color: #0DBCAA;
}
</style>
background-color css
<style>
a { background-color: #0DBCAA; }
a { background-color: rgb(13,188,170); }
div.DivClassName
{
background-color: #0DBCAA;
}
.BgClassName
{
background-color: #0DBCAA;
}
</style>
border-color css
<style>
span { border-color: #0DBCAA; }
span { border-color: rgb(13,188,170); }
td.TdClassName
{
border-color: #0DBCAA;
}
.TagClassName
{
border-color: #0DBCAA;
}
</style>