Shades of Light Sea Green #0CB7B0
Tints of Light Sea Green #0CB7B0
RGB
CMYK
RGB Variations
Color information
#0CB7B0 (or 0x0CB7B0) is known color: Light Sea Green. HEX triplet: 0C, B7 and B0. RGB value is (12,183,176). Sum of RGB (Red+Green+Blue) = 12+183+176=371 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.23% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB7B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB7B0 is #F3484F. Grayscale: #828282. Windows color (decimal): -15943760 or 11581196. OLE color: 11581196.
HSL color Cylindrical-coordinate representation of color #0CB7B0: hue angle of 177.54º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB7B0 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 12 | 183 | 176 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.28 |
| HSL | 177.54º | 0.88% | 0.38% | - |
| HSV(B) | 177.54º | 0.93% | 0.72% | - |
| XYZ | 24.92 | 37.08 | 46.92 | - |
| YUV | 131.07 | 153.35 | 43.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 183 | 176 | 0.93 | 0 | 0.04 | 0.28 | 177.54 | 0.88 | 0.38 |
| Hex | C | B7 | B0 | 5D | 0 | 4 | 1C | B2 | 58 | 26 |
| Octal | 14 | 267 | 260 | 135 | 0 | 4 | 34 | 262 | 130 | 46 |
| Binary | 1100 | 10110111 | 10110000 | 1011101 | 0 | 100 | 11100 | 10110010 | 1011000 | 100110 |
Color Harmonies of #0CB7B0
Complementary color
Monochromatic Colors of #0CB7B0
Black with #0CB7B0
Text Example
Text Example
White with #0CB7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB7B0; }
p { color: rgb(12,183,176); }
H1.HeaderClassName
{
color: #0CB7B0;
}
.AnyTagClassName
{
color: #0CB7B0;
}
</style>
background-color css
<style>
a { background-color: #0CB7B0; }
a { background-color: rgb(12,183,176); }
div.DivClassName
{
background-color: #0CB7B0;
}
.BgClassName
{
background-color: #0CB7B0;
}
</style>
border-color css
<style>
span { border-color: #0CB7B0; }
span { border-color: rgb(12,183,176); }
td.TdClassName
{
border-color: #0CB7B0;
}
.TagClassName
{
border-color: #0CB7B0;
}
</style>