Shades of Persian Green #00B3A2
Tints of Persian Green #00B3A2
RGB
CMYK
RGB Variations
Color information
#00B3A2 (or 0x00B3A2) is known color: Persian Green. HEX triplet: 00, B3 and A2. RGB value is (0,179,162). Sum of RGB (Red+Green+Blue) = 0+179+162=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 179 (70.31% from 255 or 52.49% from 341); Blue value is 162 (63.67% from 255 or 47.51% from 341); Max value from RGB is 179 - color contains mainly: green. Hex color #00B3A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B3A2 is #FF4C5D. Grayscale: #7B7B7B. Windows color (decimal): -16731230 or 10662656. OLE color: 10662656.
HSL color Cylindrical-coordinate representation of color #00B3A2: hue angle of 174.3º 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 #00B3A2 is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 179 | 162 | - |
| CMYK | 1 | 0 | 0.09 | 0.30 |
| HSL | 174.3º | 1% | 0.35% | - |
| HSV(B) | 174.3º | 1% | 0.7% | - |
| XYZ | 22.64 | 34.85 | 39.72 | - |
| YUV | 123.54 | 149.7 | 39.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 179 | 162 | 1 | 0 | 0.09 | 0.30 | 174.3 | 1 | 0.35 |
| Hex | 0 | B3 | A2 | 64 | 0 | 9 | 1E | AE | 64 | 23 |
| Octal | 0 | 263 | 242 | 144 | 0 | 11 | 36 | 256 | 144 | 43 |
| Binary | 0 | 10110011 | 10100010 | 1100100 | 0 | 1001 | 11110 | 10101110 | 1100100 | 100011 |
Color Harmonies of #00B3A2
Complementary color
Monochromatic Colors of #00B3A2
Black with #00B3A2
Text Example
Text Example
White with #00B3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B3A2; }
p { color: rgb(0,179,162); }
H1.HeaderClassName
{
color: #00B3A2;
}
.AnyTagClassName
{
color: #00B3A2;
}
</style>
background-color css
<style>
a { background-color: #00B3A2; }
a { background-color: rgb(0,179,162); }
div.DivClassName
{
background-color: #00B3A2;
}
.BgClassName
{
background-color: #00B3A2;
}
</style>
border-color css
<style>
span { border-color: #00B3A2; }
span { border-color: rgb(0,179,162); }
td.TdClassName
{
border-color: #00B3A2;
}
.TagClassName
{
border-color: #00B3A2;
}
</style>