Shades of Light Sea Green #0DC3B1
Tints of Light Sea Green #0DC3B1
RGB
CMYK
RGB Variations
Color information
#0DC3B1 (or 0x0DC3B1) is known color: Light Sea Green. HEX triplet: 0D, C3 and B1. RGB value is (13,195,177). Sum of RGB (Red+Green+Blue) = 13+195+177=385 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.38% from 385); Green value is 195 (76.56% from 255 or 50.65% from 385); Blue value is 177 (69.53% from 255 or 45.97% from 385); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC3B1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC3B1 is #F23C4E. Grayscale: #8A8A8A. Windows color (decimal): -15875151 or 11649805. OLE color: 11649805.
HSL color Cylindrical-coordinate representation of color #0DC3B1: hue angle of 174.07º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC3B1 is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 195 | 177 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.24 |
| HSL | 174.07º | 0.88% | 0.41% | - |
| HSV(B) | 174.07º | 0.93% | 0.76% | - |
| XYZ | 27.62 | 42.29 | 48.3 | - |
| YUV | 138.53 | 149.7 | 38.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 195 | 177 | 0.93 | 0 | 0.09 | 0.24 | 174.07 | 0.88 | 0.41 |
| Hex | D | C3 | B1 | 5D | 0 | 9 | 18 | AE | 58 | 29 |
| Octal | 15 | 303 | 261 | 135 | 0 | 11 | 30 | 256 | 130 | 51 |
| Binary | 1101 | 11000011 | 10110001 | 1011101 | 0 | 1001 | 11000 | 10101110 | 1011000 | 101001 |
Color Harmonies of #0DC3B1
Complementary color
Monochromatic Colors of #0DC3B1
Black with #0DC3B1
Text Example
Text Example
White with #0DC3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC3B1; }
p { color: rgb(13,195,177); }
H1.HeaderClassName
{
color: #0DC3B1;
}
.AnyTagClassName
{
color: #0DC3B1;
}
</style>
background-color css
<style>
a { background-color: #0DC3B1; }
a { background-color: rgb(13,195,177); }
div.DivClassName
{
background-color: #0DC3B1;
}
.BgClassName
{
background-color: #0DC3B1;
}
</style>
border-color css
<style>
span { border-color: #0DC3B1; }
span { border-color: rgb(13,195,177); }
td.TdClassName
{
border-color: #0DC3B1;
}
.TagClassName
{
border-color: #0DC3B1;
}
</style>