Shades of Dark Cyan #11838F
Tints of Dark Cyan #11838F
RGB
CMYK
RGB Variations
Color information
#11838F (or 0x11838F) is known color: Dark Cyan. HEX triplet: 11, 83 and 8F. RGB value is (17,131,143). Sum of RGB (Red+Green+Blue) = 17+131+143=291 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.84% from 291); Green value is 131 (51.56% from 255 or 45.02% from 291); Blue value is 143 (56.25% from 255 or 49.14% from 291); Max value from RGB is 143 - color contains mainly: blue. Hex color #11838F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11838F is #EE7C70. Grayscale: #626262. Windows color (decimal): -15629425 or 9405201. OLE color: 9405201.
HSL color Cylindrical-coordinate representation of color #11838F: hue angle of 185.71º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11838F is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 131 | 143 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.44 |
| HSL | 185.71º | 0.79% | 0.31% | - |
| HSV(B) | 185.71º | 0.88% | 0.56% | - |
| XYZ | 13.31 | 18.33 | 28.82 | - |
| YUV | 98.28 | 153.23 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 131 | 143 | 0.88 | 0.08 | 0 | 0.44 | 185.71 | 0.79 | 0.31 |
| Hex | 11 | 83 | 8F | 58 | 8 | 0 | 2C | BA | 4F | 1F |
| Octal | 21 | 203 | 217 | 130 | 10 | 0 | 54 | 272 | 117 | 37 |
| Binary | 10001 | 10000011 | 10001111 | 1011000 | 1000 | 0 | 101100 | 10111010 | 1001111 | 11111 |
Color Harmonies of #11838F
Complementary color
Monochromatic Colors of #11838F
Black with #11838F
Text Example
Text Example
White with #11838F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11838F; }
p { color: rgb(17,131,143); }
H1.HeaderClassName
{
color: #11838F;
}
.AnyTagClassName
{
color: #11838F;
}
</style>
background-color css
<style>
a { background-color: #11838F; }
a { background-color: rgb(17,131,143); }
div.DivClassName
{
background-color: #11838F;
}
.BgClassName
{
background-color: #11838F;
}
</style>
border-color css
<style>
span { border-color: #11838F; }
span { border-color: rgb(17,131,143); }
td.TdClassName
{
border-color: #11838F;
}
.TagClassName
{
border-color: #11838F;
}
</style>