Shades of Persian Green #0CAF8F
Tints of Persian Green #0CAF8F
RGB
CMYK
RGB Variations
Color information
#0CAF8F (or 0x0CAF8F) is known color: Persian Green. HEX triplet: 0C, AF and 8F. RGB value is (12,175,143). Sum of RGB (Red+Green+Blue) = 12+175+143=330 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.64% from 330); Green value is 175 (68.75% from 255 or 53.03% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 175 - color contains mainly: green. Hex color #0CAF8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAF8F is #F35070. Grayscale: #7A7A7A. Windows color (decimal): -15945841 or 9416460. OLE color: 9416460.
HSL color Cylindrical-coordinate representation of color #0CAF8F: hue angle of 168.22º 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 #0CAF8F is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 175 | 143 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.31 |
| HSL | 168.22º | 0.87% | 0.37% | - |
| HSV(B) | 168.22º | 0.93% | 0.69% | - |
| XYZ | 20.44 | 32.72 | 31.23 | - |
| YUV | 122.62 | 139.5 | 49.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 175 | 143 | 0.93 | 0 | 0.18 | 0.31 | 168.22 | 0.87 | 0.37 |
| Hex | C | AF | 8F | 5D | 0 | 12 | 1F | A8 | 57 | 25 |
| Octal | 14 | 257 | 217 | 135 | 0 | 22 | 37 | 250 | 127 | 45 |
| Binary | 1100 | 10101111 | 10001111 | 1011101 | 0 | 10010 | 11111 | 10101000 | 1010111 | 100101 |
Color Harmonies of #0CAF8F
Complementary color
Monochromatic Colors of #0CAF8F
Black with #0CAF8F
Text Example
Text Example
White with #0CAF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAF8F; }
p { color: rgb(12,175,143); }
H1.HeaderClassName
{
color: #0CAF8F;
}
.AnyTagClassName
{
color: #0CAF8F;
}
</style>
background-color css
<style>
a { background-color: #0CAF8F; }
a { background-color: rgb(12,175,143); }
div.DivClassName
{
background-color: #0CAF8F;
}
.BgClassName
{
background-color: #0CAF8F;
}
</style>
border-color css
<style>
span { border-color: #0CAF8F; }
span { border-color: rgb(12,175,143); }
td.TdClassName
{
border-color: #0CAF8F;
}
.TagClassName
{
border-color: #0CAF8F;
}
</style>