Shades of Persian Green #0CB18F
Tints of Persian Green #0CB18F
RGB
CMYK
RGB Variations
Color information
#0CB18F (or 0x0CB18F) is known color: Persian Green. HEX triplet: 0C, B1 and 8F. RGB value is (12,177,143). Sum of RGB (Red+Green+Blue) = 12+177+143=332 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.61% from 332); Green value is 177 (69.53% from 255 or 53.31% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 177 - color contains mainly: green. Hex color #0CB18F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CB18F is #F34E70. Grayscale: #7B7B7B. Windows color (decimal): -15945329 or 9416972. OLE color: 9416972.
HSL color Cylindrical-coordinate representation of color #0CB18F: hue angle of 167.64º 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 #0CB18F is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 177 | 143 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.31 |
| HSL | 167.64º | 0.87% | 0.37% | - |
| HSV(B) | 167.64º | 0.93% | 0.69% | - |
| XYZ | 20.83 | 33.51 | 31.36 | - |
| YUV | 123.79 | 138.84 | 48.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 177 | 143 | 0.93 | 0 | 0.19 | 0.31 | 167.64 | 0.87 | 0.37 |
| Hex | C | B1 | 8F | 5D | 0 | 13 | 1F | A8 | 57 | 25 |
| Octal | 14 | 261 | 217 | 135 | 0 | 23 | 37 | 250 | 127 | 45 |
| Binary | 1100 | 10110001 | 10001111 | 1011101 | 0 | 10011 | 11111 | 10101000 | 1010111 | 100101 |
Color Harmonies of #0CB18F
Complementary color
Monochromatic Colors of #0CB18F
Black with #0CB18F
Text Example
Text Example
White with #0CB18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB18F; }
p { color: rgb(12,177,143); }
H1.HeaderClassName
{
color: #0CB18F;
}
.AnyTagClassName
{
color: #0CB18F;
}
</style>
background-color css
<style>
a { background-color: #0CB18F; }
a { background-color: rgb(12,177,143); }
div.DivClassName
{
background-color: #0CB18F;
}
.BgClassName
{
background-color: #0CB18F;
}
</style>
border-color css
<style>
span { border-color: #0CB18F; }
span { border-color: rgb(12,177,143); }
td.TdClassName
{
border-color: #0CB18F;
}
.TagClassName
{
border-color: #0CB18F;
}
</style>