Shades of Persian Green #10B098
Tints of Persian Green #10B098
RGB
CMYK
RGB Variations
Color information
#10B098 (or 0x10B098) is known color: Persian Green. HEX triplet: 10, B0 and 98. RGB value is (16,176,152). Sum of RGB (Red+Green+Blue) = 16+176+152=344 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.65% from 344); Green value is 176 (69.14% from 255 or 51.16% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 176 - color contains mainly: green. Hex color #10B098 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10B098 is #EF4F67. Grayscale: #7D7D7D. Windows color (decimal): -15683432 or 10006544. OLE color: 10006544.
HSL color Cylindrical-coordinate representation of color #10B098: hue angle of 171º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B098 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 176 | 152 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.31 |
| HSL | 171º | 0.83% | 0.38% | - |
| HSV(B) | 171º | 0.91% | 0.69% | - |
| XYZ | 21.41 | 33.43 | 35.03 | - |
| YUV | 125.42 | 142.99 | 49.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 176 | 152 | 0.91 | 0 | 0.14 | 0.31 | 171 | 0.83 | 0.38 |
| Hex | 10 | B0 | 98 | 5B | 0 | E | 1F | AB | 53 | 26 |
| Octal | 20 | 260 | 230 | 133 | 0 | 16 | 37 | 253 | 123 | 46 |
| Binary | 10000 | 10110000 | 10011000 | 1011011 | 0 | 1110 | 11111 | 10101011 | 1010011 | 100110 |
Color Harmonies of #10B098
Complementary color
Monochromatic Colors of #10B098
Black with #10B098
Text Example
Text Example
White with #10B098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B098; }
p { color: rgb(16,176,152); }
H1.HeaderClassName
{
color: #10B098;
}
.AnyTagClassName
{
color: #10B098;
}
</style>
background-color css
<style>
a { background-color: #10B098; }
a { background-color: rgb(16,176,152); }
div.DivClassName
{
background-color: #10B098;
}
.BgClassName
{
background-color: #10B098;
}
</style>
border-color css
<style>
span { border-color: #10B098; }
span { border-color: rgb(16,176,152); }
td.TdClassName
{
border-color: #10B098;
}
.TagClassName
{
border-color: #10B098;
}
</style>