Shades of Persian Green #00B8AC
Tints of Persian Green #00B8AC
RGB
CMYK
RGB Variations
Color information
#00B8AC (or 0x00B8AC) is known color: Persian Green. HEX triplet: 00, B8 and AC. RGB value is (0,184,172). Sum of RGB (Red+Green+Blue) = 0+184+172=356 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 356); Green value is 184 (72.27% from 255 or 51.69% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 184 - color contains mainly: green. Hex color #00B8AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B8AC is #FF4753. Grayscale: #7F7F7F. Windows color (decimal): -16729940 or 11319296. OLE color: 11319296.
HSL color Cylindrical-coordinate representation of color #00B8AC: hue angle of 176.09º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B8AC is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 184 | 172 | - |
| CMYK | 1 | 0 | 0.07 | 0.28 |
| HSL | 176.09º | 1% | 0.36% | - |
| HSV(B) | 176.09º | 1% | 0.72% | - |
| XYZ | 24.59 | 37.26 | 44.93 | - |
| YUV | 127.62 | 153.04 | 36.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 184 | 172 | 1 | 0 | 0.07 | 0.28 | 176.09 | 1 | 0.36 |
| Hex | 0 | B8 | AC | 64 | 0 | 7 | 1C | B0 | 64 | 24 |
| Octal | 0 | 270 | 254 | 144 | 0 | 7 | 34 | 260 | 144 | 44 |
| Binary | 0 | 10111000 | 10101100 | 1100100 | 0 | 111 | 11100 | 10110000 | 1100100 | 100100 |
Color Harmonies of #00B8AC
Complementary color
Monochromatic Colors of #00B8AC
Black with #00B8AC
Text Example
Text Example
White with #00B8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B8AC; }
p { color: rgb(0,184,172); }
H1.HeaderClassName
{
color: #00B8AC;
}
.AnyTagClassName
{
color: #00B8AC;
}
</style>
background-color css
<style>
a { background-color: #00B8AC; }
a { background-color: rgb(0,184,172); }
div.DivClassName
{
background-color: #00B8AC;
}
.BgClassName
{
background-color: #00B8AC;
}
</style>
border-color css
<style>
span { border-color: #00B8AC; }
span { border-color: rgb(0,184,172); }
td.TdClassName
{
border-color: #00B8AC;
}
.TagClassName
{
border-color: #00B8AC;
}
</style>