Shades of Persian Green #0CAA8A
Tints of Persian Green #0CAA8A
RGB
CMYK
RGB Variations
Color information
#0CAA8A (or 0x0CAA8A) is known color: Persian Green. HEX triplet: 0C, AA and 8A. RGB value is (12,170,138). Sum of RGB (Red+Green+Blue) = 12+170+138=320 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.75% from 320); Green value is 170 (66.80% from 255 or 53.12% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 170 - color contains mainly: green. Hex color #0CAA8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAA8A is #F35575. Grayscale: #777777. Windows color (decimal): -15947126 or 9087500. OLE color: 9087500.
HSL color Cylindrical-coordinate representation of color #0CAA8A: hue angle of 167.85º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAA8A is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 170 | 138 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.33 |
| HSL | 167.85º | 0.87% | 0.36% | - |
| HSV(B) | 167.85º | 0.93% | 0.67% | - |
| XYZ | 19.11 | 30.66 | 28.96 | - |
| YUV | 119.11 | 138.65 | 51.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 170 | 138 | 0.93 | 0 | 0.19 | 0.33 | 167.85 | 0.87 | 0.36 |
| Hex | C | AA | 8A | 5D | 0 | 13 | 21 | A8 | 57 | 24 |
| Octal | 14 | 252 | 212 | 135 | 0 | 23 | 41 | 250 | 127 | 44 |
| Binary | 1100 | 10101010 | 10001010 | 1011101 | 0 | 10011 | 100001 | 10101000 | 1010111 | 100100 |
Color Harmonies of #0CAA8A
Complementary color
Monochromatic Colors of #0CAA8A
Black with #0CAA8A
Text Example
Text Example
White with #0CAA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAA8A; }
p { color: rgb(12,170,138); }
H1.HeaderClassName
{
color: #0CAA8A;
}
.AnyTagClassName
{
color: #0CAA8A;
}
</style>
background-color css
<style>
a { background-color: #0CAA8A; }
a { background-color: rgb(12,170,138); }
div.DivClassName
{
background-color: #0CAA8A;
}
.BgClassName
{
background-color: #0CAA8A;
}
</style>
border-color css
<style>
span { border-color: #0CAA8A; }
span { border-color: rgb(12,170,138); }
td.TdClassName
{
border-color: #0CAA8A;
}
.TagClassName
{
border-color: #0CAA8A;
}
</style>