Shades of Light Sea Green #0DB2A5
Tints of Light Sea Green #0DB2A5
RGB
CMYK
RGB Variations
Color information
#0DB2A5 (or 0x0DB2A5) is known color: Light Sea Green. HEX triplet: 0D, B2 and A5. RGB value is (13,178,165). Sum of RGB (Red+Green+Blue) = 13+178+165=356 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.65% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 165 (64.84% from 255 or 46.35% from 356); Max value from RGB is 178 - color contains mainly: green. Hex color #0DB2A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DB2A5 is #F24D5A. Grayscale: #7F7F7F. Windows color (decimal): -15879515 or 10859021. OLE color: 10859021.
HSL color Cylindrical-coordinate representation of color #0DB2A5: hue angle of 175.27º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB2A5 is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 13 | 178 | 165 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.30 |
| HSL | 175.27º | 0.86% | 0.37% | - |
| HSV(B) | 175.27º | 0.93% | 0.7% | - |
| XYZ | 22.88 | 34.64 | 41.08 | - |
| YUV | 127.18 | 149.34 | 46.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 178 | 165 | 0.93 | 0 | 0.07 | 0.30 | 175.27 | 0.86 | 0.37 |
| Hex | D | B2 | A5 | 5D | 0 | 7 | 1E | AF | 56 | 25 |
| Octal | 15 | 262 | 245 | 135 | 0 | 7 | 36 | 257 | 126 | 45 |
| Binary | 1101 | 10110010 | 10100101 | 1011101 | 0 | 111 | 11110 | 10101111 | 1010110 | 100101 |
Color Harmonies of #0DB2A5
Complementary color
Monochromatic Colors of #0DB2A5
Black with #0DB2A5
Text Example
Text Example
White with #0DB2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB2A5; }
p { color: rgb(13,178,165); }
H1.HeaderClassName
{
color: #0DB2A5;
}
.AnyTagClassName
{
color: #0DB2A5;
}
</style>
background-color css
<style>
a { background-color: #0DB2A5; }
a { background-color: rgb(13,178,165); }
div.DivClassName
{
background-color: #0DB2A5;
}
.BgClassName
{
background-color: #0DB2A5;
}
</style>
border-color css
<style>
span { border-color: #0DB2A5; }
span { border-color: rgb(13,178,165); }
td.TdClassName
{
border-color: #0DB2A5;
}
.TagClassName
{
border-color: #0DB2A5;
}
</style>