Shades of Persian Green #089DA3
Tints of Persian Green #089DA3
RGB
CMYK
RGB Variations
Color information
#089DA3 (or 0x089DA3) is known color: Persian Green. HEX triplet: 08, 9D and A3. RGB value is (8,157,163). Sum of RGB (Red+Green+Blue) = 8+157+163=328 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.44% from 328); Green value is 157 (61.72% from 255 or 47.87% from 328); Blue value is 163 (64.06% from 255 or 49.70% from 328); Max value from RGB is 163 - color contains mainly: blue. Hex color #089DA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089DA3 is #F7625C. Grayscale: #707070. Windows color (decimal): -16212573 or 10722568. OLE color: 10722568.
HSL color Cylindrical-coordinate representation of color #089DA3: hue angle of 182.32º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089DA3 is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 157 | 163 | - |
| CMYK | 0.95 | 0.04 | 0 | 0.36 |
| HSL | 182.32º | 0.91% | 0.34% | - |
| HSV(B) | 182.32º | 0.95% | 0.64% | - |
| XYZ | 18.77 | 26.81 | 38.84 | - |
| YUV | 113.13 | 156.14 | 53.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 157 | 163 | 0.95 | 0.04 | 0 | 0.36 | 182.32 | 0.91 | 0.34 |
| Hex | 8 | 9D | A3 | 5F | 4 | 0 | 24 | B6 | 5B | 22 |
| Octal | 10 | 235 | 243 | 137 | 4 | 0 | 44 | 266 | 133 | 42 |
| Binary | 1000 | 10011101 | 10100011 | 1011111 | 100 | 0 | 100100 | 10110110 | 1011011 | 100010 |
Color Harmonies of #089DA3
Complementary color
Monochromatic Colors of #089DA3
Black with #089DA3
Text Example
Text Example
White with #089DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089DA3; }
p { color: rgb(8,157,163); }
H1.HeaderClassName
{
color: #089DA3;
}
.AnyTagClassName
{
color: #089DA3;
}
</style>
background-color css
<style>
a { background-color: #089DA3; }
a { background-color: rgb(8,157,163); }
div.DivClassName
{
background-color: #089DA3;
}
.BgClassName
{
background-color: #089DA3;
}
</style>
border-color css
<style>
span { border-color: #089DA3; }
span { border-color: rgb(8,157,163); }
td.TdClassName
{
border-color: #089DA3;
}
.TagClassName
{
border-color: #089DA3;
}
</style>