Shades of Light Sea Green #0DB4AF
Tints of Light Sea Green #0DB4AF
RGB
CMYK
RGB Variations
Color information
#0DB4AF (or 0x0DB4AF) is known color: Light Sea Green. HEX triplet: 0D, B4 and AF. RGB value is (13,180,175). Sum of RGB (Red+Green+Blue) = 13+180+175=368 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.53% from 368); Green value is 180 (70.70% from 255 or 48.91% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 180 - color contains mainly: green. Hex color #0DB4AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB4AF is #F24B50. Grayscale: #818181. Windows color (decimal): -15878993 or 11514893. OLE color: 11514893.
HSL color Cylindrical-coordinate representation of color #0DB4AF: hue angle of 178.2º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB4AF is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 180 | 175 | - |
| CMYK | 0.93 | 0 | 0.03 | 0.29 |
| HSL | 178.2º | 0.87% | 0.38% | - |
| HSV(B) | 178.2º | 0.93% | 0.71% | - |
| XYZ | 24.23 | 35.82 | 46.2 | - |
| YUV | 129.5 | 153.67 | 44.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 180 | 175 | 0.93 | 0 | 0.03 | 0.29 | 178.2 | 0.87 | 0.38 |
| Hex | D | B4 | AF | 5D | 0 | 3 | 1D | B2 | 57 | 26 |
| Octal | 15 | 264 | 257 | 135 | 0 | 3 | 35 | 262 | 127 | 46 |
| Binary | 1101 | 10110100 | 10101111 | 1011101 | 0 | 11 | 11101 | 10110010 | 1010111 | 100110 |
Color Harmonies of #0DB4AF
Complementary color
Monochromatic Colors of #0DB4AF
Black with #0DB4AF
Text Example
Text Example
White with #0DB4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB4AF; }
p { color: rgb(13,180,175); }
H1.HeaderClassName
{
color: #0DB4AF;
}
.AnyTagClassName
{
color: #0DB4AF;
}
</style>
background-color css
<style>
a { background-color: #0DB4AF; }
a { background-color: rgb(13,180,175); }
div.DivClassName
{
background-color: #0DB4AF;
}
.BgClassName
{
background-color: #0DB4AF;
}
</style>
border-color css
<style>
span { border-color: #0DB4AF; }
span { border-color: rgb(13,180,175); }
td.TdClassName
{
border-color: #0DB4AF;
}
.TagClassName
{
border-color: #0DB4AF;
}
</style>