Shades of Persian Green #10B09D
Tints of Persian Green #10B09D
RGB
CMYK
RGB Variations
Color information
#10B09D (or 0x10B09D) is known color: Persian Green. HEX triplet: 10, B0 and 9D. RGB value is (16,176,157). Sum of RGB (Red+Green+Blue) = 16+176+157=349 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.58% from 349); Green value is 176 (69.14% from 255 or 50.43% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 176 - color contains mainly: green. Hex color #10B09D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10B09D is #EF4F62. Grayscale: #7D7D7D. Windows color (decimal): -15683427 or 10334224. OLE color: 10334224.
HSL color Cylindrical-coordinate representation of color #10B09D: hue angle of 172.88º 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 #10B09D is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 176 | 157 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.31 |
| HSL | 172.88º | 0.83% | 0.38% | - |
| HSV(B) | 172.88º | 0.91% | 0.69% | - |
| XYZ | 21.82 | 33.6 | 37.23 | - |
| YUV | 125.99 | 145.49 | 49.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 176 | 157 | 0.91 | 0 | 0.11 | 0.31 | 172.88 | 0.83 | 0.38 |
| Hex | 10 | B0 | 9D | 5B | 0 | B | 1F | AD | 53 | 26 |
| Octal | 20 | 260 | 235 | 133 | 0 | 13 | 37 | 255 | 123 | 46 |
| Binary | 10000 | 10110000 | 10011101 | 1011011 | 0 | 1011 | 11111 | 10101101 | 1010011 | 100110 |
Color Harmonies of #10B09D
Complementary color
Monochromatic Colors of #10B09D
Black with #10B09D
Text Example
Text Example
White with #10B09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B09D; }
p { color: rgb(16,176,157); }
H1.HeaderClassName
{
color: #10B09D;
}
.AnyTagClassName
{
color: #10B09D;
}
</style>
background-color css
<style>
a { background-color: #10B09D; }
a { background-color: rgb(16,176,157); }
div.DivClassName
{
background-color: #10B09D;
}
.BgClassName
{
background-color: #10B09D;
}
</style>
border-color css
<style>
span { border-color: #10B09D; }
span { border-color: rgb(16,176,157); }
td.TdClassName
{
border-color: #10B09D;
}
.TagClassName
{
border-color: #10B09D;
}
</style>