Shades of Light Sea Green #0DBCAF
Tints of Light Sea Green #0DBCAF
RGB
CMYK
RGB Variations
Color information
#0DBCAF (or 0x0DBCAF) is known color: Light Sea Green. HEX triplet: 0D, BC and AF. RGB value is (13,188,175). Sum of RGB (Red+Green+Blue) = 13+188+175=376 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.46% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #0DBCAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBCAF is #F24350. Grayscale: #868686. Windows color (decimal): -15876945 or 11516941. OLE color: 11516941.
HSL color Cylindrical-coordinate representation of color #0DBCAF: hue angle of 175.54º 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 #0DBCAF is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 188 | 175 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.26 |
| HSL | 175.54º | 0.87% | 0.39% | - |
| HSV(B) | 175.54º | 0.93% | 0.74% | - |
| XYZ | 25.89 | 39.15 | 46.75 | - |
| YUV | 134.19 | 151.02 | 41.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 188 | 175 | 0.93 | 0 | 0.07 | 0.26 | 175.54 | 0.87 | 0.39 |
| Hex | D | BC | AF | 5D | 0 | 7 | 1A | B0 | 57 | 27 |
| Octal | 15 | 274 | 257 | 135 | 0 | 7 | 32 | 260 | 127 | 47 |
| Binary | 1101 | 10111100 | 10101111 | 1011101 | 0 | 111 | 11010 | 10110000 | 1010111 | 100111 |
Color Harmonies of #0DBCAF
Complementary color
Monochromatic Colors of #0DBCAF
Black with #0DBCAF
Text Example
Text Example
White with #0DBCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBCAF; }
p { color: rgb(13,188,175); }
H1.HeaderClassName
{
color: #0DBCAF;
}
.AnyTagClassName
{
color: #0DBCAF;
}
</style>
background-color css
<style>
a { background-color: #0DBCAF; }
a { background-color: rgb(13,188,175); }
div.DivClassName
{
background-color: #0DBCAF;
}
.BgClassName
{
background-color: #0DBCAF;
}
</style>
border-color css
<style>
span { border-color: #0DBCAF; }
span { border-color: rgb(13,188,175); }
td.TdClassName
{
border-color: #0DBCAF;
}
.TagClassName
{
border-color: #0DBCAF;
}
</style>