Shades of Persian Green #10A28B
Tints of Persian Green #10A28B
RGB
CMYK
RGB Variations
Color information
#10A28B (or 0x10A28B) is known color: Persian Green. HEX triplet: 10, A2 and 8B. RGB value is (16,162,139). Sum of RGB (Red+Green+Blue) = 16+162+139=317 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.05% from 317); Green value is 162 (63.67% from 255 or 51.10% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 162 - color contains mainly: green. Hex color #10A28B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A28B is #EF5D74. Grayscale: #737373. Windows color (decimal): -15687029 or 9150992. OLE color: 9150992.
HSL color Cylindrical-coordinate representation of color #10A28B: hue angle of 170.55º 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 #10A28B is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 162 | 139 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.36 |
| HSL | 170.55º | 0.82% | 0.35% | - |
| HSV(B) | 170.55º | 0.9% | 0.64% | - |
| XYZ | 17.79 | 27.81 | 28.86 | - |
| YUV | 115.72 | 141.13 | 56.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 162 | 139 | 0.90 | 0 | 0.14 | 0.36 | 170.55 | 0.82 | 0.35 |
| Hex | 10 | A2 | 8B | 5A | 0 | E | 24 | AB | 52 | 23 |
| Octal | 20 | 242 | 213 | 132 | 0 | 16 | 44 | 253 | 122 | 43 |
| Binary | 10000 | 10100010 | 10001011 | 1011010 | 0 | 1110 | 100100 | 10101011 | 1010010 | 100011 |
Color Harmonies of #10A28B
Complementary color
Monochromatic Colors of #10A28B
Black with #10A28B
Text Example
Text Example
White with #10A28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A28B; }
p { color: rgb(16,162,139); }
H1.HeaderClassName
{
color: #10A28B;
}
.AnyTagClassName
{
color: #10A28B;
}
</style>
background-color css
<style>
a { background-color: #10A28B; }
a { background-color: rgb(16,162,139); }
div.DivClassName
{
background-color: #10A28B;
}
.BgClassName
{
background-color: #10A28B;
}
</style>
border-color css
<style>
span { border-color: #10A28B; }
span { border-color: rgb(16,162,139); }
td.TdClassName
{
border-color: #10A28B;
}
.TagClassName
{
border-color: #10A28B;
}
</style>