Shades of Light Sea Green #0DB5AF
Tints of Light Sea Green #0DB5AF
RGB
CMYK
RGB Variations
Color information
#0DB5AF (or 0x0DB5AF) is known color: Light Sea Green. HEX triplet: 0D, B5 and AF. RGB value is (13,181,175). Sum of RGB (Red+Green+Blue) = 13+181+175=369 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.52% from 369); Green value is 181 (71.09% from 255 or 49.05% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB5AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB5AF is #F24A50. Grayscale: #818181. Windows color (decimal): -15878737 or 11515149. OLE color: 11515149.
HSL color Cylindrical-coordinate representation of color #0DB5AF: hue angle of 177.86º 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 #0DB5AF is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 181 | 175 | - |
| CMYK | 0.93 | 0 | 0.03 | 0.29 |
| HSL | 177.86º | 0.87% | 0.38% | - |
| HSV(B) | 177.86º | 0.93% | 0.71% | - |
| XYZ | 24.43 | 36.23 | 46.26 | - |
| YUV | 130.08 | 153.34 | 44.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 181 | 175 | 0.93 | 0 | 0.03 | 0.29 | 177.86 | 0.87 | 0.38 |
| Hex | D | B5 | AF | 5D | 0 | 3 | 1D | B2 | 57 | 26 |
| Octal | 15 | 265 | 257 | 135 | 0 | 3 | 35 | 262 | 127 | 46 |
| Binary | 1101 | 10110101 | 10101111 | 1011101 | 0 | 11 | 11101 | 10110010 | 1010111 | 100110 |
Color Harmonies of #0DB5AF
Complementary color
Monochromatic Colors of #0DB5AF
Black with #0DB5AF
Text Example
Text Example
White with #0DB5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB5AF; }
p { color: rgb(13,181,175); }
H1.HeaderClassName
{
color: #0DB5AF;
}
.AnyTagClassName
{
color: #0DB5AF;
}
</style>
background-color css
<style>
a { background-color: #0DB5AF; }
a { background-color: rgb(13,181,175); }
div.DivClassName
{
background-color: #0DB5AF;
}
.BgClassName
{
background-color: #0DB5AF;
}
</style>
border-color css
<style>
span { border-color: #0DB5AF; }
span { border-color: rgb(13,181,175); }
td.TdClassName
{
border-color: #0DB5AF;
}
.TagClassName
{
border-color: #0DB5AF;
}
</style>