Shades of Persian Green #10B598
Tints of Persian Green #10B598
RGB
CMYK
RGB Variations
Color information
#10B598 (or 0x10B598) is known color: Persian Green. HEX triplet: 10, B5 and 98. RGB value is (16,181,152). Sum of RGB (Red+Green+Blue) = 16+181+152=349 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.58% from 349); Green value is 181 (71.09% from 255 or 51.86% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 181 - color contains mainly: green. Hex color #10B598 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B598 is #EF4A67. Grayscale: #808080. Windows color (decimal): -15682152 or 10007824. OLE color: 10007824.
HSL color Cylindrical-coordinate representation of color #10B598: hue angle of 169.45º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B598 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 181 | 152 | - |
| CMYK | 0.91 | 0 | 0.16 | 0.29 |
| HSL | 169.45º | 0.84% | 0.39% | - |
| HSV(B) | 169.45º | 0.91% | 0.71% | - |
| XYZ | 22.41 | 35.42 | 35.36 | - |
| YUV | 128.36 | 141.34 | 47.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 181 | 152 | 0.91 | 0 | 0.16 | 0.29 | 169.45 | 0.84 | 0.39 |
| Hex | 10 | B5 | 98 | 5B | 0 | 10 | 1D | A9 | 54 | 27 |
| Octal | 20 | 265 | 230 | 133 | 0 | 20 | 35 | 251 | 124 | 47 |
| Binary | 10000 | 10110101 | 10011000 | 1011011 | 0 | 10000 | 11101 | 10101001 | 1010100 | 100111 |
Color Harmonies of #10B598
Complementary color
Monochromatic Colors of #10B598
Black with #10B598
Text Example
Text Example
White with #10B598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B598; }
p { color: rgb(16,181,152); }
H1.HeaderClassName
{
color: #10B598;
}
.AnyTagClassName
{
color: #10B598;
}
</style>
background-color css
<style>
a { background-color: #10B598; }
a { background-color: rgb(16,181,152); }
div.DivClassName
{
background-color: #10B598;
}
.BgClassName
{
background-color: #10B598;
}
</style>
border-color css
<style>
span { border-color: #10B598; }
span { border-color: rgb(16,181,152); }
td.TdClassName
{
border-color: #10B598;
}
.TagClassName
{
border-color: #10B598;
}
</style>