Shades of Light Sea Green #0DBEB0
Tints of Light Sea Green #0DBEB0
RGB
CMYK
RGB Variations
Color information
#0DBEB0 (or 0x0DBEB0) is known color: Light Sea Green. HEX triplet: 0D, BE and B0. RGB value is (13,190,176). Sum of RGB (Red+Green+Blue) = 13+190+176=379 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.43% from 379); Green value is 190 (74.61% from 255 or 50.13% from 379); Blue value is 176 (69.14% from 255 or 46.44% from 379); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBEB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBEB0 is #F2414F. Grayscale: #878787. Windows color (decimal): -15876432 or 11582989. OLE color: 11582989.
HSL color Cylindrical-coordinate representation of color #0DBEB0: hue angle of 175.25º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBEB0 is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 176 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.25 |
| HSL | 175.25º | 0.87% | 0.4% | - |
| HSV(B) | 175.25º | 0.93% | 0.75% | - |
| XYZ | 26.42 | 40.05 | 47.41 | - |
| YUV | 135.48 | 150.86 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 176 | 0.93 | 0 | 0.07 | 0.25 | 175.25 | 0.87 | 0.4 |
| Hex | D | BE | B0 | 5D | 0 | 7 | 19 | AF | 57 | 28 |
| Octal | 15 | 276 | 260 | 135 | 0 | 7 | 31 | 257 | 127 | 50 |
| Binary | 1101 | 10111110 | 10110000 | 1011101 | 0 | 111 | 11001 | 10101111 | 1010111 | 101000 |
Color Harmonies of #0DBEB0
Complementary color
Monochromatic Colors of #0DBEB0
Black with #0DBEB0
Text Example
Text Example
White with #0DBEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBEB0; }
p { color: rgb(13,190,176); }
H1.HeaderClassName
{
color: #0DBEB0;
}
.AnyTagClassName
{
color: #0DBEB0;
}
</style>
background-color css
<style>
a { background-color: #0DBEB0; }
a { background-color: rgb(13,190,176); }
div.DivClassName
{
background-color: #0DBEB0;
}
.BgClassName
{
background-color: #0DBEB0;
}
</style>
border-color css
<style>
span { border-color: #0DBEB0; }
span { border-color: rgb(13,190,176); }
td.TdClassName
{
border-color: #0DBEB0;
}
.TagClassName
{
border-color: #0DBEB0;
}
</style>