Shades of Persian Green #02B1A6
Tints of Persian Green #02B1A6
RGB
CMYK
RGB Variations
Color information
#02B1A6 (or 0x02B1A6) is known color: Persian Green. HEX triplet: 02, B1 and A6. RGB value is (2,177,166). Sum of RGB (Red+Green+Blue) = 2+177+166=345 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 345); Green value is 177 (69.53% from 255 or 51.30% from 345); Blue value is 166 (65.23% from 255 or 48.12% from 345); Max value from RGB is 177 - color contains mainly: green. Hex color #02B1A6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02B1A6 is #FD4E59. Grayscale: #7B7B7B. Windows color (decimal): -16600666 or 10924290. OLE color: 10924290.
HSL color Cylindrical-coordinate representation of color #02B1A6: hue angle of 176.23º degrees, saturation: 0.98, 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 #02B1A6 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 177 | 166 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.31 |
| HSL | 176.23º | 0.98% | 0.35% | - |
| HSV(B) | 176.23º | 0.99% | 0.69% | - |
| XYZ | 22.63 | 34.21 | 41.49 | - |
| YUV | 123.42 | 152.02 | 41.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 177 | 166 | 0.99 | 0 | 0.06 | 0.31 | 176.23 | 0.98 | 0.35 |
| Hex | 2 | B1 | A6 | 63 | 0 | 6 | 1F | B0 | 62 | 23 |
| Octal | 2 | 261 | 246 | 143 | 0 | 6 | 37 | 260 | 142 | 43 |
| Binary | 10 | 10110001 | 10100110 | 1100011 | 0 | 110 | 11111 | 10110000 | 1100010 | 100011 |
Color Harmonies of #02B1A6
Complementary color
Monochromatic Colors of #02B1A6
Black with #02B1A6
Text Example
Text Example
White with #02B1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B1A6; }
p { color: rgb(2,177,166); }
H1.HeaderClassName
{
color: #02B1A6;
}
.AnyTagClassName
{
color: #02B1A6;
}
</style>
background-color css
<style>
a { background-color: #02B1A6; }
a { background-color: rgb(2,177,166); }
div.DivClassName
{
background-color: #02B1A6;
}
.BgClassName
{
background-color: #02B1A6;
}
</style>
border-color css
<style>
span { border-color: #02B1A6; }
span { border-color: rgb(2,177,166); }
td.TdClassName
{
border-color: #02B1A6;
}
.TagClassName
{
border-color: #02B1A6;
}
</style>