Shades of Persian Green #00B19C
Tints of Persian Green #00B19C
RGB
CMYK
RGB Variations
Color information
#00B19C (or 0x00B19C) is known color: Persian Green. HEX triplet: 00, B1 and 9C. RGB value is (0,177,156). Sum of RGB (Red+Green+Blue) = 0+177+156=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 177 (69.53% from 255 or 53.15% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 177 - color contains mainly: green. Hex color #00B19C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00B19C is #FF4E63. Grayscale: #797979. Windows color (decimal): -16731748 or 10268928. OLE color: 10268928.
HSL color Cylindrical-coordinate representation of color #00B19C: hue angle of 172.88º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B19C is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 177 | 156 | - |
| CMYK | 1 | 0 | 0.12 | 0.31 |
| HSL | 172.88º | 1% | 0.35% | - |
| HSV(B) | 172.88º | 1% | 0.69% | - |
| XYZ | 21.72 | 33.84 | 36.84 | - |
| YUV | 121.68 | 147.36 | 41.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 177 | 156 | 1 | 0 | 0.12 | 0.31 | 172.88 | 1 | 0.35 |
| Hex | 0 | B1 | 9C | 64 | 0 | C | 1F | AD | 64 | 23 |
| Octal | 0 | 261 | 234 | 144 | 0 | 14 | 37 | 255 | 144 | 43 |
| Binary | 0 | 10110001 | 10011100 | 1100100 | 0 | 1100 | 11111 | 10101101 | 1100100 | 100011 |
Color Harmonies of #00B19C
Complementary color
Monochromatic Colors of #00B19C
Black with #00B19C
Text Example
Text Example
White with #00B19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B19C; }
p { color: rgb(0,177,156); }
H1.HeaderClassName
{
color: #00B19C;
}
.AnyTagClassName
{
color: #00B19C;
}
</style>
background-color css
<style>
a { background-color: #00B19C; }
a { background-color: rgb(0,177,156); }
div.DivClassName
{
background-color: #00B19C;
}
.BgClassName
{
background-color: #00B19C;
}
</style>
border-color css
<style>
span { border-color: #00B19C; }
span { border-color: rgb(0,177,156); }
td.TdClassName
{
border-color: #00B19C;
}
.TagClassName
{
border-color: #00B19C;
}
</style>