Shades of Light Sea Green #0DBCA8
Tints of Light Sea Green #0DBCA8
RGB
CMYK
RGB Variations
Color information
#0DBCA8 (or 0x0DBCA8) is known color: Light Sea Green. HEX triplet: 0D, BC and A8. RGB value is (13,188,168). Sum of RGB (Red+Green+Blue) = 13+188+168=369 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.52% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 168 (66.02% from 255 or 45.53% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #0DBCA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBCA8 is #F24357. Grayscale: #858585. Windows color (decimal): -15876952 or 11058189. OLE color: 11058189.
HSL color Cylindrical-coordinate representation of color #0DBCA8: hue angle of 173.14º 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 #0DBCA8 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 188 | 168 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.26 |
| HSL | 173.14º | 0.87% | 0.39% | - |
| HSV(B) | 173.14º | 0.93% | 0.74% | - |
| XYZ | 25.22 | 38.88 | 43.22 | - |
| YUV | 133.4 | 147.52 | 42.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 188 | 168 | 0.93 | 0 | 0.11 | 0.26 | 173.14 | 0.87 | 0.39 |
| Hex | D | BC | A8 | 5D | 0 | B | 1A | AD | 57 | 27 |
| Octal | 15 | 274 | 250 | 135 | 0 | 13 | 32 | 255 | 127 | 47 |
| Binary | 1101 | 10111100 | 10101000 | 1011101 | 0 | 1011 | 11010 | 10101101 | 1010111 | 100111 |
Color Harmonies of #0DBCA8
Complementary color
Monochromatic Colors of #0DBCA8
Black with #0DBCA8
Text Example
Text Example
White with #0DBCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBCA8; }
p { color: rgb(13,188,168); }
H1.HeaderClassName
{
color: #0DBCA8;
}
.AnyTagClassName
{
color: #0DBCA8;
}
</style>
background-color css
<style>
a { background-color: #0DBCA8; }
a { background-color: rgb(13,188,168); }
div.DivClassName
{
background-color: #0DBCA8;
}
.BgClassName
{
background-color: #0DBCA8;
}
</style>
border-color css
<style>
span { border-color: #0DBCA8; }
span { border-color: rgb(13,188,168); }
td.TdClassName
{
border-color: #0DBCA8;
}
.TagClassName
{
border-color: #0DBCA8;
}
</style>