Shades of Light Sea Green #0CAEA6
Tints of Light Sea Green #0CAEA6
RGB
CMYK
RGB Variations
Color information
#0CAEA6 (or 0x0CAEA6) is known color: Light Sea Green. HEX triplet: 0C, AE and A6. RGB value is (12,174,166). Sum of RGB (Red+Green+Blue) = 12+174+166=352 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.41% from 352); Green value is 174 (68.36% from 255 or 49.43% from 352); Blue value is 166 (65.23% from 255 or 47.16% from 352); Max value from RGB is 174 - color contains mainly: green. Hex color #0CAEA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAEA6 is #F35159. Grayscale: #7C7C7C. Windows color (decimal): -15946074 or 10923532. OLE color: 10923532.
HSL color Cylindrical-coordinate representation of color #0CAEA6: hue angle of 177.04º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAEA6 is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 174 | 166 | - |
| CMYK | 0.93 | 0 | 0.05 | 0.32 |
| HSL | 177.04º | 0.87% | 0.36% | - |
| HSV(B) | 177.04º | 0.93% | 0.68% | - |
| XYZ | 22.17 | 33.1 | 41.3 | - |
| YUV | 124.65 | 151.33 | 47.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 174 | 166 | 0.93 | 0 | 0.05 | 0.32 | 177.04 | 0.87 | 0.36 |
| Hex | C | AE | A6 | 5D | 0 | 5 | 20 | B1 | 57 | 24 |
| Octal | 14 | 256 | 246 | 135 | 0 | 5 | 40 | 261 | 127 | 44 |
| Binary | 1100 | 10101110 | 10100110 | 1011101 | 0 | 101 | 100000 | 10110001 | 1010111 | 100100 |
Color Harmonies of #0CAEA6
Complementary color
Monochromatic Colors of #0CAEA6
Black with #0CAEA6
Text Example
Text Example
White with #0CAEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAEA6; }
p { color: rgb(12,174,166); }
H1.HeaderClassName
{
color: #0CAEA6;
}
.AnyTagClassName
{
color: #0CAEA6;
}
</style>
background-color css
<style>
a { background-color: #0CAEA6; }
a { background-color: rgb(12,174,166); }
div.DivClassName
{
background-color: #0CAEA6;
}
.BgClassName
{
background-color: #0CAEA6;
}
</style>
border-color css
<style>
span { border-color: #0CAEA6; }
span { border-color: rgb(12,174,166); }
td.TdClassName
{
border-color: #0CAEA6;
}
.TagClassName
{
border-color: #0CAEA6;
}
</style>