Shades of Light Sea Green #0DBCAE
Tints of Light Sea Green #0DBCAE
RGB
CMYK
RGB Variations
Color information
#0DBCAE (or 0x0DBCAE) is known color: Light Sea Green. HEX triplet: 0D, BC and AE. RGB value is (13,188,174). Sum of RGB (Red+Green+Blue) = 13+188+174=375 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.47% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #0DBCAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBCAE is #F24351. Grayscale: #858585. Windows color (decimal): -15876946 or 11451405. OLE color: 11451405.
HSL color Cylindrical-coordinate representation of color #0DBCAE: hue angle of 175.2º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBCAE is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 188 | 174 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.26 |
| HSL | 175.2º | 0.87% | 0.39% | - |
| HSV(B) | 175.2º | 0.93% | 0.74% | - |
| XYZ | 25.79 | 39.11 | 46.23 | - |
| YUV | 134.08 | 150.52 | 41.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 188 | 174 | 0.93 | 0 | 0.07 | 0.26 | 175.2 | 0.87 | 0.39 |
| Hex | D | BC | AE | 5D | 0 | 7 | 1A | AF | 57 | 27 |
| Octal | 15 | 274 | 256 | 135 | 0 | 7 | 32 | 257 | 127 | 47 |
| Binary | 1101 | 10111100 | 10101110 | 1011101 | 0 | 111 | 11010 | 10101111 | 1010111 | 100111 |
Color Harmonies of #0DBCAE
Complementary color
Monochromatic Colors of #0DBCAE
Black with #0DBCAE
Text Example
Text Example
White with #0DBCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBCAE; }
p { color: rgb(13,188,174); }
H1.HeaderClassName
{
color: #0DBCAE;
}
.AnyTagClassName
{
color: #0DBCAE;
}
</style>
background-color css
<style>
a { background-color: #0DBCAE; }
a { background-color: rgb(13,188,174); }
div.DivClassName
{
background-color: #0DBCAE;
}
.BgClassName
{
background-color: #0DBCAE;
}
</style>
border-color css
<style>
span { border-color: #0DBCAE; }
span { border-color: rgb(13,188,174); }
td.TdClassName
{
border-color: #0DBCAE;
}
.TagClassName
{
border-color: #0DBCAE;
}
</style>