Shades of Persian Green #0CAB8F
Tints of Persian Green #0CAB8F
RGB
CMYK
RGB Variations
Color information
#0CAB8F (or 0x0CAB8F) is known color: Persian Green. HEX triplet: 0C, AB and 8F. RGB value is (12,171,143). Sum of RGB (Red+Green+Blue) = 12+171+143=326 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.68% from 326); Green value is 171 (67.19% from 255 or 52.45% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAB8F is #F35470. Grayscale: #787878. Windows color (decimal): -15946865 or 9415436. OLE color: 9415436.
HSL color Cylindrical-coordinate representation of color #0CAB8F: hue angle of 169.43º 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 #0CAB8F is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 171 | 143 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.33 |
| HSL | 169.43º | 0.87% | 0.36% | - |
| HSV(B) | 169.43º | 0.93% | 0.67% | - |
| XYZ | 19.67 | 31.19 | 30.97 | - |
| YUV | 120.27 | 140.82 | 50.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 171 | 143 | 0.93 | 0 | 0.16 | 0.33 | 169.43 | 0.87 | 0.36 |
| Hex | C | AB | 8F | 5D | 0 | 10 | 21 | A9 | 57 | 24 |
| Octal | 14 | 253 | 217 | 135 | 0 | 20 | 41 | 251 | 127 | 44 |
| Binary | 1100 | 10101011 | 10001111 | 1011101 | 0 | 10000 | 100001 | 10101001 | 1010111 | 100100 |
Color Harmonies of #0CAB8F
Complementary color
Monochromatic Colors of #0CAB8F
Black with #0CAB8F
Text Example
Text Example
White with #0CAB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAB8F; }
p { color: rgb(12,171,143); }
H1.HeaderClassName
{
color: #0CAB8F;
}
.AnyTagClassName
{
color: #0CAB8F;
}
</style>
background-color css
<style>
a { background-color: #0CAB8F; }
a { background-color: rgb(12,171,143); }
div.DivClassName
{
background-color: #0CAB8F;
}
.BgClassName
{
background-color: #0CAB8F;
}
</style>
border-color css
<style>
span { border-color: #0CAB8F; }
span { border-color: rgb(12,171,143); }
td.TdClassName
{
border-color: #0CAB8F;
}
.TagClassName
{
border-color: #0CAB8F;
}
</style>