Shades of Light Sea Green #0CBAA3
Tints of Light Sea Green #0CBAA3
RGB
CMYK
RGB Variations
Color information
#0CBAA3 (or 0x0CBAA3) is known color: Light Sea Green. HEX triplet: 0C, BA and A3. RGB value is (12,186,163). Sum of RGB (Red+Green+Blue) = 12+186+163=361 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.32% from 361); Green value is 186 (73.05% from 255 or 51.52% from 361); Blue value is 163 (64.06% from 255 or 45.15% from 361); Max value from RGB is 186 - color contains mainly: green. Hex color #0CBAA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBAA3 is #F3455C. Grayscale: #838383. Windows color (decimal): -15943005 or 10729996. OLE color: 10729996.
HSL color Cylindrical-coordinate representation of color #0CBAA3: hue angle of 172.07º 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 #0CBAA3 is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 186 | 163 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.27 |
| HSL | 172.07º | 0.88% | 0.39% | - |
| HSV(B) | 172.07º | 0.94% | 0.73% | - |
| XYZ | 24.32 | 37.84 | 40.67 | - |
| YUV | 131.35 | 145.85 | 42.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 186 | 163 | 0.94 | 0 | 0.12 | 0.27 | 172.07 | 0.88 | 0.39 |
| Hex | C | BA | A3 | 5E | 0 | C | 1B | AC | 58 | 27 |
| Octal | 14 | 272 | 243 | 136 | 0 | 14 | 33 | 254 | 130 | 47 |
| Binary | 1100 | 10111010 | 10100011 | 1011110 | 0 | 1100 | 11011 | 10101100 | 1011000 | 100111 |
Color Harmonies of #0CBAA3
Complementary color
Monochromatic Colors of #0CBAA3
Black with #0CBAA3
Text Example
Text Example
White with #0CBAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBAA3; }
p { color: rgb(12,186,163); }
H1.HeaderClassName
{
color: #0CBAA3;
}
.AnyTagClassName
{
color: #0CBAA3;
}
</style>
background-color css
<style>
a { background-color: #0CBAA3; }
a { background-color: rgb(12,186,163); }
div.DivClassName
{
background-color: #0CBAA3;
}
.BgClassName
{
background-color: #0CBAA3;
}
</style>
border-color css
<style>
span { border-color: #0CBAA3; }
span { border-color: rgb(12,186,163); }
td.TdClassName
{
border-color: #0CBAA3;
}
.TagClassName
{
border-color: #0CBAA3;
}
</style>