Shades of Persian Green #00B294
Tints of Persian Green #00B294
RGB
CMYK
RGB Variations
Color information
#00B294 (or 0x00B294) is known color: Persian Green. HEX triplet: 00, B2 and 94. RGB value is (0,178,148). Sum of RGB (Red+Green+Blue) = 0+178+148=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 178 (69.92% from 255 or 54.60% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 178 - color contains mainly: green. Hex color #00B294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00B294 is #FF4D6B. Grayscale: #797979. Windows color (decimal): -16731500 or 9744896. OLE color: 9744896.
HSL color Cylindrical-coordinate representation of color #00B294: hue angle of 169.89º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B294 is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 178 | 148 | - |
| CMYK | 1 | 0 | 0.17 | 0.30 |
| HSL | 169.89º | 1% | 0.35% | - |
| HSV(B) | 169.89º | 1% | 0.7% | - |
| XYZ | 21.27 | 33.98 | 33.45 | - |
| YUV | 121.36 | 143.03 | 41.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 178 | 148 | 1 | 0 | 0.17 | 0.30 | 169.89 | 1 | 0.35 |
| Hex | 0 | B2 | 94 | 64 | 0 | 11 | 1E | AA | 64 | 23 |
| Octal | 0 | 262 | 224 | 144 | 0 | 21 | 36 | 252 | 144 | 43 |
| Binary | 0 | 10110010 | 10010100 | 1100100 | 0 | 10001 | 11110 | 10101010 | 1100100 | 100011 |
Color Harmonies of #00B294
Complementary color
Monochromatic Colors of #00B294
Black with #00B294
Text Example
Text Example
White with #00B294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B294; }
p { color: rgb(0,178,148); }
H1.HeaderClassName
{
color: #00B294;
}
.AnyTagClassName
{
color: #00B294;
}
</style>
background-color css
<style>
a { background-color: #00B294; }
a { background-color: rgb(0,178,148); }
div.DivClassName
{
background-color: #00B294;
}
.BgClassName
{
background-color: #00B294;
}
</style>
border-color css
<style>
span { border-color: #00B294; }
span { border-color: rgb(0,178,148); }
td.TdClassName
{
border-color: #00B294;
}
.TagClassName
{
border-color: #00B294;
}
</style>