Shades of Persian Green #0CAA8B
Tints of Persian Green #0CAA8B
RGB
CMYK
RGB Variations
Color information
#0CAA8B (or 0x0CAA8B) is known color: Persian Green. HEX triplet: 0C, AA and 8B. RGB value is (12,170,139). Sum of RGB (Red+Green+Blue) = 12+170+139=321 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.74% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #0CAA8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAA8B is #F35574. Grayscale: #777777. Windows color (decimal): -15947125 or 9153036. OLE color: 9153036.
HSL color Cylindrical-coordinate representation of color #0CAA8B: hue angle of 168.23º 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 #0CAA8B is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 170 | 139 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.33 |
| HSL | 168.23º | 0.87% | 0.36% | - |
| HSV(B) | 168.23º | 0.93% | 0.67% | - |
| XYZ | 19.19 | 30.69 | 29.34 | - |
| YUV | 119.22 | 139.15 | 51.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 170 | 139 | 0.93 | 0 | 0.18 | 0.33 | 168.23 | 0.87 | 0.36 |
| Hex | C | AA | 8B | 5D | 0 | 12 | 21 | A8 | 57 | 24 |
| Octal | 14 | 252 | 213 | 135 | 0 | 22 | 41 | 250 | 127 | 44 |
| Binary | 1100 | 10101010 | 10001011 | 1011101 | 0 | 10010 | 100001 | 10101000 | 1010111 | 100100 |
Color Harmonies of #0CAA8B
Complementary color
Monochromatic Colors of #0CAA8B
Black with #0CAA8B
Text Example
Text Example
White with #0CAA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAA8B; }
p { color: rgb(12,170,139); }
H1.HeaderClassName
{
color: #0CAA8B;
}
.AnyTagClassName
{
color: #0CAA8B;
}
</style>
background-color css
<style>
a { background-color: #0CAA8B; }
a { background-color: rgb(12,170,139); }
div.DivClassName
{
background-color: #0CAA8B;
}
.BgClassName
{
background-color: #0CAA8B;
}
</style>
border-color css
<style>
span { border-color: #0CAA8B; }
span { border-color: rgb(12,170,139); }
td.TdClassName
{
border-color: #0CAA8B;
}
.TagClassName
{
border-color: #0CAA8B;
}
</style>