Shades of Persian Green #0CAA8F
Tints of Persian Green #0CAA8F
RGB
CMYK
RGB Variations
Color information
#0CAA8F (or 0x0CAA8F) is known color: Persian Green. HEX triplet: 0C, AA and 8F. RGB value is (12,170,143). Sum of RGB (Red+Green+Blue) = 12+170+143=325 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.69% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 143 (56.25% from 255 or 44% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #0CAA8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAA8F is #F35570. Grayscale: #777777. Windows color (decimal): -15947121 or 9415180. OLE color: 9415180.
HSL color Cylindrical-coordinate representation of color #0CAA8F: hue angle of 169.75º 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 #0CAA8F is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 170 | 143 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.33 |
| HSL | 169.75º | 0.87% | 0.36% | - |
| HSV(B) | 169.75º | 0.93% | 0.67% | - |
| XYZ | 19.48 | 30.81 | 30.91 | - |
| YUV | 119.68 | 141.15 | 51.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 170 | 143 | 0.93 | 0 | 0.16 | 0.33 | 169.75 | 0.87 | 0.36 |
| Hex | C | AA | 8F | 5D | 0 | 10 | 21 | AA | 57 | 24 |
| Octal | 14 | 252 | 217 | 135 | 0 | 20 | 41 | 252 | 127 | 44 |
| Binary | 1100 | 10101010 | 10001111 | 1011101 | 0 | 10000 | 100001 | 10101010 | 1010111 | 100100 |
Color Harmonies of #0CAA8F
Complementary color
Monochromatic Colors of #0CAA8F
Black with #0CAA8F
Text Example
Text Example
White with #0CAA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAA8F; }
p { color: rgb(12,170,143); }
H1.HeaderClassName
{
color: #0CAA8F;
}
.AnyTagClassName
{
color: #0CAA8F;
}
</style>
background-color css
<style>
a { background-color: #0CAA8F; }
a { background-color: rgb(12,170,143); }
div.DivClassName
{
background-color: #0CAA8F;
}
.BgClassName
{
background-color: #0CAA8F;
}
</style>
border-color css
<style>
span { border-color: #0CAA8F; }
span { border-color: rgb(12,170,143); }
td.TdClassName
{
border-color: #0CAA8F;
}
.TagClassName
{
border-color: #0CAA8F;
}
</style>