Shades of Light Sea Green #0DB5A2
Tints of Light Sea Green #0DB5A2
RGB
CMYK
RGB Variations
Color information
#0DB5A2 (or 0x0DB5A2) is known color: Light Sea Green. HEX triplet: 0D, B5 and A2. RGB value is (13,181,162). Sum of RGB (Red+Green+Blue) = 13+181+162=356 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.65% from 356); Green value is 181 (71.09% from 255 or 50.84% from 356); Blue value is 162 (63.67% from 255 or 45.51% from 356); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB5A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB5A2 is #F24A5D. Grayscale: #808080. Windows color (decimal): -15878750 or 10663181. OLE color: 10663181.
HSL color Cylindrical-coordinate representation of color #0DB5A2: hue angle of 173.21º 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 #0DB5A2 is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 181 | 162 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.29 |
| HSL | 173.21º | 0.87% | 0.38% | - |
| HSV(B) | 173.21º | 0.93% | 0.71% | - |
| XYZ | 23.21 | 35.74 | 39.86 | - |
| YUV | 128.6 | 146.84 | 45.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 181 | 162 | 0.93 | 0 | 0.10 | 0.29 | 173.21 | 0.87 | 0.38 |
| Hex | D | B5 | A2 | 5D | 0 | A | 1D | AD | 57 | 26 |
| Octal | 15 | 265 | 242 | 135 | 0 | 12 | 35 | 255 | 127 | 46 |
| Binary | 1101 | 10110101 | 10100010 | 1011101 | 0 | 1010 | 11101 | 10101101 | 1010111 | 100110 |
Color Harmonies of #0DB5A2
Complementary color
Monochromatic Colors of #0DB5A2
Black with #0DB5A2
Text Example
Text Example
White with #0DB5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB5A2; }
p { color: rgb(13,181,162); }
H1.HeaderClassName
{
color: #0DB5A2;
}
.AnyTagClassName
{
color: #0DB5A2;
}
</style>
background-color css
<style>
a { background-color: #0DB5A2; }
a { background-color: rgb(13,181,162); }
div.DivClassName
{
background-color: #0DB5A2;
}
.BgClassName
{
background-color: #0DB5A2;
}
</style>
border-color css
<style>
span { border-color: #0DB5A2; }
span { border-color: rgb(13,181,162); }
td.TdClassName
{
border-color: #0DB5A2;
}
.TagClassName
{
border-color: #0DB5A2;
}
</style>