Shades of Persian Green #10A38B
Tints of Persian Green #10A38B
RGB
CMYK
RGB Variations
Color information
#10A38B (or 0x10A38B) is known color: Persian Green. HEX triplet: 10, A3 and 8B. RGB value is (16,163,139). Sum of RGB (Red+Green+Blue) = 16+163+139=318 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.03% from 318); Green value is 163 (64.06% from 255 or 51.26% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 163 - color contains mainly: green. Hex color #10A38B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A38B is #EF5C74. Grayscale: #747474. Windows color (decimal): -15686773 or 9151248. OLE color: 9151248.
HSL color Cylindrical-coordinate representation of color #10A38B: hue angle of 170.2º 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 #10A38B is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 163 | 139 | - |
| CMYK | 0.90 | 0 | 0.15 | 0.36 |
| HSL | 170.2º | 0.82% | 0.35% | - |
| HSV(B) | 170.2º | 0.9% | 0.64% | - |
| XYZ | 17.97 | 28.17 | 28.92 | - |
| YUV | 116.31 | 140.8 | 56.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 163 | 139 | 0.90 | 0 | 0.15 | 0.36 | 170.2 | 0.82 | 0.35 |
| Hex | 10 | A3 | 8B | 5A | 0 | F | 24 | AA | 52 | 23 |
| Octal | 20 | 243 | 213 | 132 | 0 | 17 | 44 | 252 | 122 | 43 |
| Binary | 10000 | 10100011 | 10001011 | 1011010 | 0 | 1111 | 100100 | 10101010 | 1010010 | 100011 |
Color Harmonies of #10A38B
Complementary color
Monochromatic Colors of #10A38B
Black with #10A38B
Text Example
Text Example
White with #10A38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A38B; }
p { color: rgb(16,163,139); }
H1.HeaderClassName
{
color: #10A38B;
}
.AnyTagClassName
{
color: #10A38B;
}
</style>
background-color css
<style>
a { background-color: #10A38B; }
a { background-color: rgb(16,163,139); }
div.DivClassName
{
background-color: #10A38B;
}
.BgClassName
{
background-color: #10A38B;
}
</style>
border-color css
<style>
span { border-color: #10A38B; }
span { border-color: rgb(16,163,139); }
td.TdClassName
{
border-color: #10A38B;
}
.TagClassName
{
border-color: #10A38B;
}
</style>