Shades of Light Sea Green #0DB2B4
Tints of Light Sea Green #0DB2B4
RGB
CMYK
RGB Variations
Color information
#0DB2B4 (or 0x0DB2B4) is known color: Light Sea Green. HEX triplet: 0D, B2 and B4. RGB value is (13,178,180). Sum of RGB (Red+Green+Blue) = 13+178+180=371 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.50% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #0DB2B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DB2B4 is #F24D4B. Grayscale: #808080. Windows color (decimal): -15879500 or 11842061. OLE color: 11842061.
HSL color Cylindrical-coordinate representation of color #0DB2B4: hue angle of 180.72º 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 #0DB2B4 is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 178 | 180 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.29 |
| HSL | 180.72º | 0.87% | 0.38% | - |
| HSV(B) | 180.72º | 0.93% | 0.71% | - |
| XYZ | 24.32 | 35.22 | 48.7 | - |
| YUV | 128.89 | 156.84 | 45.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 178 | 180 | 0.93 | 0.01 | 0 | 0.29 | 180.72 | 0.87 | 0.38 |
| Hex | D | B2 | B4 | 5D | 1 | 0 | 1D | B5 | 57 | 26 |
| Octal | 15 | 262 | 264 | 135 | 1 | 0 | 35 | 265 | 127 | 46 |
| Binary | 1101 | 10110010 | 10110100 | 1011101 | 1 | 0 | 11101 | 10110101 | 1010111 | 100110 |
Color Harmonies of #0DB2B4
Complementary color
Monochromatic Colors of #0DB2B4
Black with #0DB2B4
Text Example
Text Example
White with #0DB2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB2B4; }
p { color: rgb(13,178,180); }
H1.HeaderClassName
{
color: #0DB2B4;
}
.AnyTagClassName
{
color: #0DB2B4;
}
</style>
background-color css
<style>
a { background-color: #0DB2B4; }
a { background-color: rgb(13,178,180); }
div.DivClassName
{
background-color: #0DB2B4;
}
.BgClassName
{
background-color: #0DB2B4;
}
</style>
border-color css
<style>
span { border-color: #0DB2B4; }
span { border-color: rgb(13,178,180); }
td.TdClassName
{
border-color: #0DB2B4;
}
.TagClassName
{
border-color: #0DB2B4;
}
</style>