Shades of Persian Green #0DAAA1
Tints of Persian Green #0DAAA1
RGB
CMYK
RGB Variations
Color information
#0DAAA1 (or 0x0DAAA1) is known color: Persian Green. HEX triplet: 0D, AA and A1. RGB value is (13,170,161). Sum of RGB (Red+Green+Blue) = 13+170+161=344 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.78% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 161 (63.28% from 255 or 46.80% from 344); Max value from RGB is 170 - color contains mainly: green. Hex color #0DAAA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAAA1 is #F2555E. Grayscale: #797979. Windows color (decimal): -15881567 or 10594829. OLE color: 10594829.
HSL color Cylindrical-coordinate representation of color #0DAAA1: hue angle of 176.56º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAAA1 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 170 | 161 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.33 |
| HSL | 176.56º | 0.86% | 0.36% | - |
| HSV(B) | 176.56º | 0.92% | 0.67% | - |
| XYZ | 20.97 | 31.41 | 38.68 | - |
| YUV | 122.03 | 149.99 | 50.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 170 | 161 | 0.92 | 0 | 0.05 | 0.33 | 176.56 | 0.86 | 0.36 |
| Hex | D | AA | A1 | 5C | 0 | 5 | 21 | B1 | 56 | 24 |
| Octal | 15 | 252 | 241 | 134 | 0 | 5 | 41 | 261 | 126 | 44 |
| Binary | 1101 | 10101010 | 10100001 | 1011100 | 0 | 101 | 100001 | 10110001 | 1010110 | 100100 |
Color Harmonies of #0DAAA1
Complementary color
Monochromatic Colors of #0DAAA1
Black with #0DAAA1
Text Example
Text Example
White with #0DAAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAAA1; }
p { color: rgb(13,170,161); }
H1.HeaderClassName
{
color: #0DAAA1;
}
.AnyTagClassName
{
color: #0DAAA1;
}
</style>
background-color css
<style>
a { background-color: #0DAAA1; }
a { background-color: rgb(13,170,161); }
div.DivClassName
{
background-color: #0DAAA1;
}
.BgClassName
{
background-color: #0DAAA1;
}
</style>
border-color css
<style>
span { border-color: #0DAAA1; }
span { border-color: rgb(13,170,161); }
td.TdClassName
{
border-color: #0DAAA1;
}
.TagClassName
{
border-color: #0DAAA1;
}
</style>