Shades of Persian Green #00B2A4
Tints of Persian Green #00B2A4
RGB
CMYK
RGB Variations
Color information
#00B2A4 (or 0x00B2A4) is known color: Persian Green. HEX triplet: 00, B2 and A4. RGB value is (0,178,164). Sum of RGB (Red+Green+Blue) = 0+178+164=342 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 342); Green value is 178 (69.92% from 255 or 52.05% from 342); Blue value is 164 (64.45% from 255 or 47.95% from 342); Max value from RGB is 178 - color contains mainly: green. Hex color #00B2A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00B2A4 is #FF4D5B. Grayscale: #7B7B7B. Windows color (decimal): -16731484 or 10793472. OLE color: 10793472.
HSL color Cylindrical-coordinate representation of color #00B2A4: hue angle of 175.28º 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 #00B2A4 is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 178 | 164 | - |
| CMYK | 1 | 0 | 0.08 | 0.30 |
| HSL | 175.28º | 1% | 0.35% | - |
| HSV(B) | 175.28º | 1% | 0.7% | - |
| XYZ | 22.62 | 34.52 | 40.59 | - |
| YUV | 123.18 | 151.03 | 40.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 178 | 164 | 1 | 0 | 0.08 | 0.30 | 175.28 | 1 | 0.35 |
| Hex | 0 | B2 | A4 | 64 | 0 | 8 | 1E | AF | 64 | 23 |
| Octal | 0 | 262 | 244 | 144 | 0 | 10 | 36 | 257 | 144 | 43 |
| Binary | 0 | 10110010 | 10100100 | 1100100 | 0 | 1000 | 11110 | 10101111 | 1100100 | 100011 |
Color Harmonies of #00B2A4
Complementary color
Monochromatic Colors of #00B2A4
Black with #00B2A4
Text Example
Text Example
White with #00B2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B2A4; }
p { color: rgb(0,178,164); }
H1.HeaderClassName
{
color: #00B2A4;
}
.AnyTagClassName
{
color: #00B2A4;
}
</style>
background-color css
<style>
a { background-color: #00B2A4; }
a { background-color: rgb(0,178,164); }
div.DivClassName
{
background-color: #00B2A4;
}
.BgClassName
{
background-color: #00B2A4;
}
</style>
border-color css
<style>
span { border-color: #00B2A4; }
span { border-color: rgb(0,178,164); }
td.TdClassName
{
border-color: #00B2A4;
}
.TagClassName
{
border-color: #00B2A4;
}
</style>