Shades of Persian Green #10A39B
Tints of Persian Green #10A39B
RGB
CMYK
RGB Variations
Color information
#10A39B (or 0x10A39B) is known color: Persian Green. HEX triplet: 10, A3 and 9B. RGB value is (16,163,155). Sum of RGB (Red+Green+Blue) = 16+163+155=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 163 (64.06% from 255 or 48.80% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 163 - color contains mainly: green. Hex color #10A39B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A39B is #EF5C64. Grayscale: #767676. Windows color (decimal): -15686757 or 10199824. OLE color: 10199824.
HSL color Cylindrical-coordinate representation of color #10A39B: hue angle of 176.73º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A39B is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 163 | 155 | - |
| CMYK | 0.90 | 0 | 0.05 | 0.36 |
| HSL | 176.73º | 0.82% | 0.35% | - |
| HSV(B) | 176.73º | 0.9% | 0.64% | - |
| XYZ | 19.23 | 28.67 | 35.53 | - |
| YUV | 118.14 | 148.8 | 55.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 163 | 155 | 0.90 | 0 | 0.05 | 0.36 | 176.73 | 0.82 | 0.35 |
| Hex | 10 | A3 | 9B | 5A | 0 | 5 | 24 | B1 | 52 | 23 |
| Octal | 20 | 243 | 233 | 132 | 0 | 5 | 44 | 261 | 122 | 43 |
| Binary | 10000 | 10100011 | 10011011 | 1011010 | 0 | 101 | 100100 | 10110001 | 1010010 | 100011 |
Color Harmonies of #10A39B
Complementary color
Monochromatic Colors of #10A39B
Black with #10A39B
Text Example
Text Example
White with #10A39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A39B; }
p { color: rgb(16,163,155); }
H1.HeaderClassName
{
color: #10A39B;
}
.AnyTagClassName
{
color: #10A39B;
}
</style>
background-color css
<style>
a { background-color: #10A39B; }
a { background-color: rgb(16,163,155); }
div.DivClassName
{
background-color: #10A39B;
}
.BgClassName
{
background-color: #10A39B;
}
</style>
border-color css
<style>
span { border-color: #10A39B; }
span { border-color: rgb(16,163,155); }
td.TdClassName
{
border-color: #10A39B;
}
.TagClassName
{
border-color: #10A39B;
}
</style>