Shades of Light Sea Green #0CB7AA
Tints of Light Sea Green #0CB7AA
RGB
CMYK
RGB Variations
Color information
#0CB7AA (or 0x0CB7AA) is known color: Light Sea Green. HEX triplet: 0C, B7 and AA. RGB value is (12,183,170). Sum of RGB (Red+Green+Blue) = 12+183+170=365 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.29% from 365); Green value is 183 (71.88% from 255 or 50.14% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB7AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB7AA is #F34855. Grayscale: #828282. Windows color (decimal): -15943766 or 11187980. OLE color: 11187980.
HSL color Cylindrical-coordinate representation of color #0CB7AA: hue angle of 175.44º 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 #0CB7AA is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 12 | 183 | 170 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.28 |
| HSL | 175.44º | 0.88% | 0.38% | - |
| HSV(B) | 175.44º | 0.93% | 0.72% | - |
| XYZ | 24.34 | 36.85 | 43.86 | - |
| YUV | 130.39 | 150.35 | 43.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 183 | 170 | 0.93 | 0 | 0.07 | 0.28 | 175.44 | 0.88 | 0.38 |
| Hex | C | B7 | AA | 5D | 0 | 7 | 1C | AF | 58 | 26 |
| Octal | 14 | 267 | 252 | 135 | 0 | 7 | 34 | 257 | 130 | 46 |
| Binary | 1100 | 10110111 | 10101010 | 1011101 | 0 | 111 | 11100 | 10101111 | 1011000 | 100110 |
Color Harmonies of #0CB7AA
Complementary color
Monochromatic Colors of #0CB7AA
Black with #0CB7AA
Text Example
Text Example
White with #0CB7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB7AA; }
p { color: rgb(12,183,170); }
H1.HeaderClassName
{
color: #0CB7AA;
}
.AnyTagClassName
{
color: #0CB7AA;
}
</style>
background-color css
<style>
a { background-color: #0CB7AA; }
a { background-color: rgb(12,183,170); }
div.DivClassName
{
background-color: #0CB7AA;
}
.BgClassName
{
background-color: #0CB7AA;
}
</style>
border-color css
<style>
span { border-color: #0CB7AA; }
span { border-color: rgb(12,183,170); }
td.TdClassName
{
border-color: #0CB7AA;
}
.TagClassName
{
border-color: #0CB7AA;
}
</style>