Shades of Light Sea Green #0CAEA4
Tints of Light Sea Green #0CAEA4
RGB
CMYK
RGB Variations
Color information
#0CAEA4 (or 0x0CAEA4) is known color: Light Sea Green. HEX triplet: 0C, AE and A4. RGB value is (12,174,164). Sum of RGB (Red+Green+Blue) = 12+174+164=350 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.43% from 350); Green value is 174 (68.36% from 255 or 49.71% from 350); Blue value is 164 (64.45% from 255 or 46.86% from 350); Max value from RGB is 174 - color contains mainly: green. Hex color #0CAEA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAEA4 is #F3515B. Grayscale: #7C7C7C. Windows color (decimal): -15946076 or 10792460. OLE color: 10792460.
HSL color Cylindrical-coordinate representation of color #0CAEA4: hue angle of 176.3º 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 #0CAEA4 is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 174 | 164 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.32 |
| HSL | 176.3º | 0.87% | 0.36% | - |
| HSV(B) | 176.3º | 0.93% | 0.68% | - |
| XYZ | 21.99 | 33.03 | 40.34 | - |
| YUV | 124.42 | 150.33 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 174 | 164 | 0.93 | 0 | 0.06 | 0.32 | 176.3 | 0.87 | 0.36 |
| Hex | C | AE | A4 | 5D | 0 | 6 | 20 | B0 | 57 | 24 |
| Octal | 14 | 256 | 244 | 135 | 0 | 6 | 40 | 260 | 127 | 44 |
| Binary | 1100 | 10101110 | 10100100 | 1011101 | 0 | 110 | 100000 | 10110000 | 1010111 | 100100 |
Color Harmonies of #0CAEA4
Complementary color
Monochromatic Colors of #0CAEA4
Black with #0CAEA4
Text Example
Text Example
White with #0CAEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAEA4; }
p { color: rgb(12,174,164); }
H1.HeaderClassName
{
color: #0CAEA4;
}
.AnyTagClassName
{
color: #0CAEA4;
}
</style>
background-color css
<style>
a { background-color: #0CAEA4; }
a { background-color: rgb(12,174,164); }
div.DivClassName
{
background-color: #0CAEA4;
}
.BgClassName
{
background-color: #0CAEA4;
}
</style>
border-color css
<style>
span { border-color: #0CAEA4; }
span { border-color: rgb(12,174,164); }
td.TdClassName
{
border-color: #0CAEA4;
}
.TagClassName
{
border-color: #0CAEA4;
}
</style>