Shades of Light Sea Green #0CAEAF
Tints of Light Sea Green #0CAEAF
RGB
CMYK
RGB Variations
Color information
#0CAEAF (or 0x0CAEAF) is known color: Light Sea Green. HEX triplet: 0C, AE and AF. RGB value is (12,174,175). Sum of RGB (Red+Green+Blue) = 12+174+175=361 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.32% from 361); Green value is 174 (68.36% from 255 or 48.20% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #0CAEAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAEAF is #F35150. Grayscale: #7D7D7D. Windows color (decimal): -15946065 or 11513356. OLE color: 11513356.
HSL color Cylindrical-coordinate representation of color #0CAEAF: hue angle of 180.37º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAEAF is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 174 | 175 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.31 |
| HSL | 180.37º | 0.87% | 0.37% | - |
| HSV(B) | 180.37º | 0.93% | 0.69% | - |
| XYZ | 23.03 | 33.45 | 45.8 | - |
| YUV | 125.68 | 155.83 | 46.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 174 | 175 | 0.93 | 0.01 | 0 | 0.31 | 180.37 | 0.87 | 0.37 |
| Hex | C | AE | AF | 5D | 1 | 0 | 1F | B4 | 57 | 25 |
| Octal | 14 | 256 | 257 | 135 | 1 | 0 | 37 | 264 | 127 | 45 |
| Binary | 1100 | 10101110 | 10101111 | 1011101 | 1 | 0 | 11111 | 10110100 | 1010111 | 100101 |
Color Harmonies of #0CAEAF
Complementary color
Monochromatic Colors of #0CAEAF
Black with #0CAEAF
Text Example
Text Example
White with #0CAEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAEAF; }
p { color: rgb(12,174,175); }
H1.HeaderClassName
{
color: #0CAEAF;
}
.AnyTagClassName
{
color: #0CAEAF;
}
</style>
background-color css
<style>
a { background-color: #0CAEAF; }
a { background-color: rgb(12,174,175); }
div.DivClassName
{
background-color: #0CAEAF;
}
.BgClassName
{
background-color: #0CAEAF;
}
</style>
border-color css
<style>
span { border-color: #0CAEAF; }
span { border-color: rgb(12,174,175); }
td.TdClassName
{
border-color: #0CAEAF;
}
.TagClassName
{
border-color: #0CAEAF;
}
</style>