Shades of Dark Cyan #109297
Tints of Dark Cyan #109297
RGB
CMYK
RGB Variations
Color information
#109297 (or 0x109297) is known color: Dark Cyan. HEX triplet: 10, 92 and 97. RGB value is (16,146,151). Sum of RGB (Red+Green+Blue) = 16+146+151=313 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.11% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 151 (59.38% from 255 or 48.24% from 313); Max value from RGB is 151 - color contains mainly: blue. Hex color #109297 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109297 is #EF6D68. Grayscale: #6B6B6B. Windows color (decimal): -15691113 or 9933328. OLE color: 9933328.
HSL color Cylindrical-coordinate representation of color #109297: hue angle of 182.22º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109297 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 146 | 151 | - |
| CMYK | 0.89 | 0.03 | 0 | 0.41 |
| HSL | 182.22º | 0.81% | 0.33% | - |
| HSV(B) | 182.22º | 0.89% | 0.59% | - |
| XYZ | 16.08 | 22.9 | 32.85 | - |
| YUV | 107.7 | 152.43 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 146 | 151 | 0.89 | 0.03 | 0 | 0.41 | 182.22 | 0.81 | 0.33 |
| Hex | 10 | 92 | 97 | 59 | 3 | 0 | 29 | B6 | 51 | 21 |
| Octal | 20 | 222 | 227 | 131 | 3 | 0 | 51 | 266 | 121 | 41 |
| Binary | 10000 | 10010010 | 10010111 | 1011001 | 11 | 0 | 101001 | 10110110 | 1010001 | 100001 |
Color Harmonies of #109297
Complementary color
Monochromatic Colors of #109297
Black with #109297
Text Example
Text Example
White with #109297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109297; }
p { color: rgb(16,146,151); }
H1.HeaderClassName
{
color: #109297;
}
.AnyTagClassName
{
color: #109297;
}
</style>
background-color css
<style>
a { background-color: #109297; }
a { background-color: rgb(16,146,151); }
div.DivClassName
{
background-color: #109297;
}
.BgClassName
{
background-color: #109297;
}
</style>
border-color css
<style>
span { border-color: #109297; }
span { border-color: rgb(16,146,151); }
td.TdClassName
{
border-color: #109297;
}
.TagClassName
{
border-color: #109297;
}
</style>