Shades of Light Sea Green #0DB8AC
Tints of Light Sea Green #0DB8AC
RGB
CMYK
RGB Variations
Color information
#0DB8AC (or 0x0DB8AC) is known color: Light Sea Green. HEX triplet: 0D, B8 and AC. RGB value is (13,184,172). Sum of RGB (Red+Green+Blue) = 13+184+172=369 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.52% from 369); Green value is 184 (72.27% from 255 or 49.86% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 184 - color contains mainly: green. Hex color #0DB8AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB8AC is #F24753. Grayscale: #838383. Windows color (decimal): -15877972 or 11319309. OLE color: 11319309.
HSL color Cylindrical-coordinate representation of color #0DB8AC: hue angle of 175.79º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB8AC is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 184 | 172 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.28 |
| HSL | 175.79º | 0.87% | 0.39% | - |
| HSV(B) | 175.79º | 0.93% | 0.72% | - |
| XYZ | 24.75 | 37.35 | 44.93 | - |
| YUV | 131.5 | 150.85 | 43.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 184 | 172 | 0.93 | 0 | 0.07 | 0.28 | 175.79 | 0.87 | 0.39 |
| Hex | D | B8 | AC | 5D | 0 | 7 | 1C | B0 | 57 | 27 |
| Octal | 15 | 270 | 254 | 135 | 0 | 7 | 34 | 260 | 127 | 47 |
| Binary | 1101 | 10111000 | 10101100 | 1011101 | 0 | 111 | 11100 | 10110000 | 1010111 | 100111 |
Color Harmonies of #0DB8AC
Complementary color
Monochromatic Colors of #0DB8AC
Black with #0DB8AC
Text Example
Text Example
White with #0DB8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB8AC; }
p { color: rgb(13,184,172); }
H1.HeaderClassName
{
color: #0DB8AC;
}
.AnyTagClassName
{
color: #0DB8AC;
}
</style>
background-color css
<style>
a { background-color: #0DB8AC; }
a { background-color: rgb(13,184,172); }
div.DivClassName
{
background-color: #0DB8AC;
}
.BgClassName
{
background-color: #0DB8AC;
}
</style>
border-color css
<style>
span { border-color: #0DB8AC; }
span { border-color: rgb(13,184,172); }
td.TdClassName
{
border-color: #0DB8AC;
}
.TagClassName
{
border-color: #0DB8AC;
}
</style>