Shades of Persian Green #0CAE9F
Tints of Persian Green #0CAE9F
RGB
CMYK
RGB Variations
Color information
#0CAE9F (or 0x0CAE9F) is known color: Persian Green. HEX triplet: 0C, AE and 9F. RGB value is (12,174,159). Sum of RGB (Red+Green+Blue) = 12+174+159=345 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.48% from 345); Green value is 174 (68.36% from 255 or 50.43% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 174 - color contains mainly: green. Hex color #0CAE9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAE9F is #F35160. Grayscale: #7B7B7B. Windows color (decimal): -15946081 or 10464780. OLE color: 10464780.
HSL color Cylindrical-coordinate representation of color #0CAE9F: hue angle of 174.44º 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 #0CAE9F is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 174 | 159 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.32 |
| HSL | 174.44º | 0.87% | 0.36% | - |
| HSV(B) | 174.44º | 0.93% | 0.68% | - |
| XYZ | 21.55 | 32.85 | 38.01 | - |
| YUV | 123.85 | 147.83 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 174 | 159 | 0.93 | 0 | 0.09 | 0.32 | 174.44 | 0.87 | 0.36 |
| Hex | C | AE | 9F | 5D | 0 | 9 | 20 | AE | 57 | 24 |
| Octal | 14 | 256 | 237 | 135 | 0 | 11 | 40 | 256 | 127 | 44 |
| Binary | 1100 | 10101110 | 10011111 | 1011101 | 0 | 1001 | 100000 | 10101110 | 1010111 | 100100 |
Color Harmonies of #0CAE9F
Complementary color
Monochromatic Colors of #0CAE9F
Black with #0CAE9F
Text Example
Text Example
White with #0CAE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAE9F; }
p { color: rgb(12,174,159); }
H1.HeaderClassName
{
color: #0CAE9F;
}
.AnyTagClassName
{
color: #0CAE9F;
}
</style>
background-color css
<style>
a { background-color: #0CAE9F; }
a { background-color: rgb(12,174,159); }
div.DivClassName
{
background-color: #0CAE9F;
}
.BgClassName
{
background-color: #0CAE9F;
}
</style>
border-color css
<style>
span { border-color: #0CAE9F; }
span { border-color: rgb(12,174,159); }
td.TdClassName
{
border-color: #0CAE9F;
}
.TagClassName
{
border-color: #0CAE9F;
}
</style>