Shades of Persian Green #01B0AD
Tints of Persian Green #01B0AD
RGB
CMYK
RGB Variations
Color information
#01B0AD (or 0x01B0AD) is known color: Persian Green. HEX triplet: 01, B0 and AD. RGB value is (1,176,173). Sum of RGB (Red+Green+Blue) = 1+176+173=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 176 (69.14% from 255 or 50.29% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 176 - color contains mainly: green. Hex color #01B0AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01B0AD is #FE4F52. Grayscale: #7B7B7B. Windows color (decimal): -16666451 or 11382785. OLE color: 11382785.
HSL color Cylindrical-coordinate representation of color #01B0AD: hue angle of 178.97º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B0AD is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 176 | 173 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.31 |
| HSL | 178.97º | 0.99% | 0.35% | - |
| HSV(B) | 178.97º | 0.99% | 0.69% | - |
| XYZ | 23.08 | 34.07 | 44.9 | - |
| YUV | 123.33 | 156.02 | 40.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 176 | 173 | 0.99 | 0 | 0.02 | 0.31 | 178.97 | 0.99 | 0.35 |
| Hex | 1 | B0 | AD | 63 | 0 | 2 | 1F | B3 | 63 | 23 |
| Octal | 1 | 260 | 255 | 143 | 0 | 2 | 37 | 263 | 143 | 43 |
| Binary | 1 | 10110000 | 10101101 | 1100011 | 0 | 10 | 11111 | 10110011 | 1100011 | 100011 |
Color Harmonies of #01B0AD
Complementary color
Monochromatic Colors of #01B0AD
Black with #01B0AD
Text Example
Text Example
White with #01B0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B0AD; }
p { color: rgb(1,176,173); }
H1.HeaderClassName
{
color: #01B0AD;
}
.AnyTagClassName
{
color: #01B0AD;
}
</style>
background-color css
<style>
a { background-color: #01B0AD; }
a { background-color: rgb(1,176,173); }
div.DivClassName
{
background-color: #01B0AD;
}
.BgClassName
{
background-color: #01B0AD;
}
</style>
border-color css
<style>
span { border-color: #01B0AD; }
span { border-color: rgb(1,176,173); }
td.TdClassName
{
border-color: #01B0AD;
}
.TagClassName
{
border-color: #01B0AD;
}
</style>