Shades of Light Sea Green #0CB7A6
Tints of Light Sea Green #0CB7A6
RGB
CMYK
RGB Variations
Color information
#0CB7A6 (or 0x0CB7A6) is known color: Light Sea Green. HEX triplet: 0C, B7 and A6. RGB value is (12,183,166). Sum of RGB (Red+Green+Blue) = 12+183+166=361 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.32% from 361); Green value is 183 (71.88% from 255 or 50.69% from 361); Blue value is 166 (65.23% from 255 or 45.98% from 361); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB7A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB7A6 is #F34859. Grayscale: #818181. Windows color (decimal): -15943770 or 10925836. OLE color: 10925836.
HSL color Cylindrical-coordinate representation of color #0CB7A6: hue angle of 174.04º 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 #0CB7A6 is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 12 | 183 | 166 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.28 |
| HSL | 174.04º | 0.88% | 0.38% | - |
| HSV(B) | 174.04º | 0.93% | 0.72% | - |
| XYZ | 23.97 | 36.7 | 41.9 | - |
| YUV | 129.93 | 148.35 | 43.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 183 | 166 | 0.93 | 0 | 0.09 | 0.28 | 174.04 | 0.88 | 0.38 |
| Hex | C | B7 | A6 | 5D | 0 | 9 | 1C | AE | 58 | 26 |
| Octal | 14 | 267 | 246 | 135 | 0 | 11 | 34 | 256 | 130 | 46 |
| Binary | 1100 | 10110111 | 10100110 | 1011101 | 0 | 1001 | 11100 | 10101110 | 1011000 | 100110 |
Color Harmonies of #0CB7A6
Complementary color
Monochromatic Colors of #0CB7A6
Black with #0CB7A6
Text Example
Text Example
White with #0CB7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB7A6; }
p { color: rgb(12,183,166); }
H1.HeaderClassName
{
color: #0CB7A6;
}
.AnyTagClassName
{
color: #0CB7A6;
}
</style>
background-color css
<style>
a { background-color: #0CB7A6; }
a { background-color: rgb(12,183,166); }
div.DivClassName
{
background-color: #0CB7A6;
}
.BgClassName
{
background-color: #0CB7A6;
}
</style>
border-color css
<style>
span { border-color: #0CB7A6; }
span { border-color: rgb(12,183,166); }
td.TdClassName
{
border-color: #0CB7A6;
}
.TagClassName
{
border-color: #0CB7A6;
}
</style>