Shades of Persian Green #00B8AB
Tints of Persian Green #00B8AB
RGB
CMYK
RGB Variations
Color information
#00B8AB (or 0x00B8AB) is known color: Persian Green. HEX triplet: 00, B8 and AB. RGB value is (0,184,171). Sum of RGB (Red+Green+Blue) = 0+184+171=355 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 355); Green value is 184 (72.27% from 255 or 51.83% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 184 - color contains mainly: green. Hex color #00B8AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B8AB is #FF4754. Grayscale: #7F7F7F. Windows color (decimal): -16729941 or 11253760. OLE color: 11253760.
HSL color Cylindrical-coordinate representation of color #00B8AB: hue angle of 175.76º 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 #00B8AB is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 184 | 171 | - |
| CMYK | 1 | 0 | 0.07 | 0.28 |
| HSL | 175.76º | 1% | 0.36% | - |
| HSV(B) | 175.76º | 1% | 0.72% | - |
| XYZ | 24.49 | 37.22 | 44.42 | - |
| YUV | 127.5 | 152.54 | 37.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 184 | 171 | 1 | 0 | 0.07 | 0.28 | 175.76 | 1 | 0.36 |
| Hex | 0 | B8 | AB | 64 | 0 | 7 | 1C | B0 | 64 | 24 |
| Octal | 0 | 270 | 253 | 144 | 0 | 7 | 34 | 260 | 144 | 44 |
| Binary | 0 | 10111000 | 10101011 | 1100100 | 0 | 111 | 11100 | 10110000 | 1100100 | 100100 |
Color Harmonies of #00B8AB
Complementary color
Monochromatic Colors of #00B8AB
Black with #00B8AB
Text Example
Text Example
White with #00B8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B8AB; }
p { color: rgb(0,184,171); }
H1.HeaderClassName
{
color: #00B8AB;
}
.AnyTagClassName
{
color: #00B8AB;
}
</style>
background-color css
<style>
a { background-color: #00B8AB; }
a { background-color: rgb(0,184,171); }
div.DivClassName
{
background-color: #00B8AB;
}
.BgClassName
{
background-color: #00B8AB;
}
</style>
border-color css
<style>
span { border-color: #00B8AB; }
span { border-color: rgb(0,184,171); }
td.TdClassName
{
border-color: #00B8AB;
}
.TagClassName
{
border-color: #00B8AB;
}
</style>