Shades of Persian Green #01B8AB
Tints of Persian Green #01B8AB
RGB
CMYK
RGB Variations
Color information
#01B8AB (or 0x01B8AB) is known color: Persian Green. HEX triplet: 01, B8 and AB. RGB value is (1,184,171). Sum of RGB (Red+Green+Blue) = 1+184+171=356 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 356); Green value is 184 (72.27% from 255 or 51.69% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 184 - color contains mainly: green. Hex color #01B8AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B8AB is #FE4754. Grayscale: #7F7F7F. Windows color (decimal): -16664405 or 11253761. OLE color: 11253761.
HSL color Cylindrical-coordinate representation of color #01B8AB: hue angle of 175.74º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B8AB is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 184 | 171 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.28 |
| HSL | 175.74º | 0.99% | 0.36% | - |
| HSV(B) | 175.74º | 0.99% | 0.72% | - |
| XYZ | 24.5 | 37.23 | 44.42 | - |
| YUV | 127.8 | 152.37 | 37.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 184 | 171 | 0.99 | 0 | 0.07 | 0.28 | 175.74 | 0.99 | 0.36 |
| Hex | 1 | B8 | AB | 63 | 0 | 7 | 1C | B0 | 63 | 24 |
| Octal | 1 | 270 | 253 | 143 | 0 | 7 | 34 | 260 | 143 | 44 |
| Binary | 1 | 10111000 | 10101011 | 1100011 | 0 | 111 | 11100 | 10110000 | 1100011 | 100100 |
Color Harmonies of #01B8AB
Complementary color
Monochromatic Colors of #01B8AB
Black with #01B8AB
Text Example
Text Example
White with #01B8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B8AB; }
p { color: rgb(1,184,171); }
H1.HeaderClassName
{
color: #01B8AB;
}
.AnyTagClassName
{
color: #01B8AB;
}
</style>
background-color css
<style>
a { background-color: #01B8AB; }
a { background-color: rgb(1,184,171); }
div.DivClassName
{
background-color: #01B8AB;
}
.BgClassName
{
background-color: #01B8AB;
}
</style>
border-color css
<style>
span { border-color: #01B8AB; }
span { border-color: rgb(1,184,171); }
td.TdClassName
{
border-color: #01B8AB;
}
.TagClassName
{
border-color: #01B8AB;
}
</style>