Shades of Light Sea Green #0DB7AF
Tints of Light Sea Green #0DB7AF
RGB
CMYK
RGB Variations
Color information
#0DB7AF (or 0x0DB7AF) is known color: Light Sea Green. HEX triplet: 0D, B7 and AF. RGB value is (13,183,175). Sum of RGB (Red+Green+Blue) = 13+183+175=371 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.50% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #0DB7AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB7AF is #F24850. Grayscale: #838383. Windows color (decimal): -15878225 or 11515661. OLE color: 11515661.
HSL color Cylindrical-coordinate representation of color #0DB7AF: hue angle of 177.18º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB7AF is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 183 | 175 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.28 |
| HSL | 177.18º | 0.87% | 0.38% | - |
| HSV(B) | 177.18º | 0.93% | 0.72% | - |
| XYZ | 24.84 | 37.05 | 46.4 | - |
| YUV | 131.26 | 152.68 | 43.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 183 | 175 | 0.93 | 0 | 0.04 | 0.28 | 177.18 | 0.87 | 0.38 |
| Hex | D | B7 | AF | 5D | 0 | 4 | 1C | B1 | 57 | 26 |
| Octal | 15 | 267 | 257 | 135 | 0 | 4 | 34 | 261 | 127 | 46 |
| Binary | 1101 | 10110111 | 10101111 | 1011101 | 0 | 100 | 11100 | 10110001 | 1010111 | 100110 |
Color Harmonies of #0DB7AF
Complementary color
Monochromatic Colors of #0DB7AF
Black with #0DB7AF
Text Example
Text Example
White with #0DB7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB7AF; }
p { color: rgb(13,183,175); }
H1.HeaderClassName
{
color: #0DB7AF;
}
.AnyTagClassName
{
color: #0DB7AF;
}
</style>
background-color css
<style>
a { background-color: #0DB7AF; }
a { background-color: rgb(13,183,175); }
div.DivClassName
{
background-color: #0DB7AF;
}
.BgClassName
{
background-color: #0DB7AF;
}
</style>
border-color css
<style>
span { border-color: #0DB7AF; }
span { border-color: rgb(13,183,175); }
td.TdClassName
{
border-color: #0DB7AF;
}
.TagClassName
{
border-color: #0DB7AF;
}
</style>