Shades of Persian Green #00B3AC
Tints of Persian Green #00B3AC
RGB
CMYK
RGB Variations
Color information
#00B3AC (or 0x00B3AC) is known color: Persian Green. HEX triplet: 00, B3 and AC. RGB value is (0,179,172). Sum of RGB (Red+Green+Blue) = 0+179+172=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 179 (70.31% from 255 or 51.00% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 179 - color contains mainly: green. Hex color #00B3AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B3AC is #FF4C53. Grayscale: #7C7C7C. Windows color (decimal): -16731220 or 11318016. OLE color: 11318016.
HSL color Cylindrical-coordinate representation of color #00B3AC: hue angle of 177.65º 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 #00B3AC is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 179 | 172 | - |
| CMYK | 1 | 0 | 0.04 | 0.30 |
| HSL | 177.65º | 1% | 0.35% | - |
| HSV(B) | 177.65º | 1% | 0.7% | - |
| XYZ | 23.57 | 35.22 | 44.59 | - |
| YUV | 124.68 | 154.7 | 39.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 179 | 172 | 1 | 0 | 0.04 | 0.30 | 177.65 | 1 | 0.35 |
| Hex | 0 | B3 | AC | 64 | 0 | 4 | 1E | B2 | 64 | 23 |
| Octal | 0 | 263 | 254 | 144 | 0 | 4 | 36 | 262 | 144 | 43 |
| Binary | 0 | 10110011 | 10101100 | 1100100 | 0 | 100 | 11110 | 10110010 | 1100100 | 100011 |
Color Harmonies of #00B3AC
Complementary color
Monochromatic Colors of #00B3AC
Black with #00B3AC
Text Example
Text Example
White with #00B3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B3AC; }
p { color: rgb(0,179,172); }
H1.HeaderClassName
{
color: #00B3AC;
}
.AnyTagClassName
{
color: #00B3AC;
}
</style>
background-color css
<style>
a { background-color: #00B3AC; }
a { background-color: rgb(0,179,172); }
div.DivClassName
{
background-color: #00B3AC;
}
.BgClassName
{
background-color: #00B3AC;
}
</style>
border-color css
<style>
span { border-color: #00B3AC; }
span { border-color: rgb(0,179,172); }
td.TdClassName
{
border-color: #00B3AC;
}
.TagClassName
{
border-color: #00B3AC;
}
</style>