Shades of Light Sea Green #0DBBB3
Tints of Light Sea Green #0DBBB3
RGB
CMYK
RGB Variations
Color information
#0DBBB3 (or 0x0DBBB3) is known color: Light Sea Green. HEX triplet: 0D, BB and B3. RGB value is (13,187,179). Sum of RGB (Red+Green+Blue) = 13+187+179=379 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.43% from 379); Green value is 187 (73.44% from 255 or 49.34% from 379); Blue value is 179 (70.31% from 255 or 47.23% from 379); Max value from RGB is 187 - color contains mainly: green. Hex color #0DBBB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBBB3 is #F2444C. Grayscale: #858585. Windows color (decimal): -15877197 or 11778829. OLE color: 11778829.
HSL color Cylindrical-coordinate representation of color #0DBBB3: hue angle of 177.24º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBBB3 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 187 | 179 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.27 |
| HSL | 177.24º | 0.87% | 0.39% | - |
| HSV(B) | 177.24º | 0.93% | 0.73% | - |
| XYZ | 26.07 | 38.88 | 48.78 | - |
| YUV | 134.06 | 153.35 | 41.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 187 | 179 | 0.93 | 0 | 0.04 | 0.27 | 177.24 | 0.87 | 0.39 |
| Hex | D | BB | B3 | 5D | 0 | 4 | 1B | B1 | 57 | 27 |
| Octal | 15 | 273 | 263 | 135 | 0 | 4 | 33 | 261 | 127 | 47 |
| Binary | 1101 | 10111011 | 10110011 | 1011101 | 0 | 100 | 11011 | 10110001 | 1010111 | 100111 |
Color Harmonies of #0DBBB3
Complementary color
Monochromatic Colors of #0DBBB3
Black with #0DBBB3
Text Example
Text Example
White with #0DBBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBBB3; }
p { color: rgb(13,187,179); }
H1.HeaderClassName
{
color: #0DBBB3;
}
.AnyTagClassName
{
color: #0DBBB3;
}
</style>
background-color css
<style>
a { background-color: #0DBBB3; }
a { background-color: rgb(13,187,179); }
div.DivClassName
{
background-color: #0DBBB3;
}
.BgClassName
{
background-color: #0DBBB3;
}
</style>
border-color css
<style>
span { border-color: #0DBBB3; }
span { border-color: rgb(13,187,179); }
td.TdClassName
{
border-color: #0DBBB3;
}
.TagClassName
{
border-color: #0DBBB3;
}
</style>