Shades of Light Sea Green #0CBAA1
Tints of Light Sea Green #0CBAA1
RGB
CMYK
RGB Variations
Color information
#0CBAA1 (or 0x0CBAA1) is known color: Light Sea Green. HEX triplet: 0C, BA and A1. RGB value is (12,186,161). Sum of RGB (Red+Green+Blue) = 12+186+161=359 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.34% from 359); Green value is 186 (73.05% from 255 or 51.81% from 359); Blue value is 161 (63.28% from 255 or 44.85% from 359); Max value from RGB is 186 - color contains mainly: green. Hex color #0CBAA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBAA1 is #F3455E. Grayscale: #838383. Windows color (decimal): -15943007 or 10598924. OLE color: 10598924.
HSL color Cylindrical-coordinate representation of color #0CBAA1: hue angle of 171.38º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBAA1 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 186 | 161 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.27 |
| HSL | 171.38º | 0.88% | 0.39% | - |
| HSV(B) | 171.38º | 0.94% | 0.73% | - |
| XYZ | 24.14 | 37.77 | 39.74 | - |
| YUV | 131.12 | 144.85 | 43.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 186 | 161 | 0.94 | 0 | 0.13 | 0.27 | 171.38 | 0.88 | 0.39 |
| Hex | C | BA | A1 | 5E | 0 | D | 1B | AB | 58 | 27 |
| Octal | 14 | 272 | 241 | 136 | 0 | 15 | 33 | 253 | 130 | 47 |
| Binary | 1100 | 10111010 | 10100001 | 1011110 | 0 | 1101 | 11011 | 10101011 | 1011000 | 100111 |
Color Harmonies of #0CBAA1
Complementary color
Monochromatic Colors of #0CBAA1
Black with #0CBAA1
Text Example
Text Example
White with #0CBAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBAA1; }
p { color: rgb(12,186,161); }
H1.HeaderClassName
{
color: #0CBAA1;
}
.AnyTagClassName
{
color: #0CBAA1;
}
</style>
background-color css
<style>
a { background-color: #0CBAA1; }
a { background-color: rgb(12,186,161); }
div.DivClassName
{
background-color: #0CBAA1;
}
.BgClassName
{
background-color: #0CBAA1;
}
</style>
border-color css
<style>
span { border-color: #0CBAA1; }
span { border-color: rgb(12,186,161); }
td.TdClassName
{
border-color: #0CBAA1;
}
.TagClassName
{
border-color: #0CBAA1;
}
</style>