Shades of Dark Cyan #10838C
Tints of Dark Cyan #10838C
RGB
CMYK
RGB Variations
Color information
#10838C (or 0x10838C) is known color: Dark Cyan. HEX triplet: 10, 83 and 8C. RGB value is (16,131,140). Sum of RGB (Red+Green+Blue) = 16+131+140=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #10838C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10838C is #EF7C73. Grayscale: #616161. Windows color (decimal): -15694964 or 9208592. OLE color: 9208592.
HSL color Cylindrical-coordinate representation of color #10838C: hue angle of 184.35º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10838C is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 131 | 140 | - |
| CMYK | 0.89 | 0.06 | 0 | 0.45 |
| HSL | 184.35º | 0.79% | 0.31% | - |
| HSV(B) | 184.35º | 0.89% | 0.55% | - |
| XYZ | 13.06 | 18.24 | 27.64 | - |
| YUV | 97.64 | 151.9 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 131 | 140 | 0.89 | 0.06 | 0 | 0.45 | 184.35 | 0.79 | 0.31 |
| Hex | 10 | 83 | 8C | 59 | 6 | 0 | 2D | B8 | 4F | 1F |
| Octal | 20 | 203 | 214 | 131 | 6 | 0 | 55 | 270 | 117 | 37 |
| Binary | 10000 | 10000011 | 10001100 | 1011001 | 110 | 0 | 101101 | 10111000 | 1001111 | 11111 |
Color Harmonies of #10838C
Complementary color
Monochromatic Colors of #10838C
Black with #10838C
Text Example
Text Example
White with #10838C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10838C; }
p { color: rgb(16,131,140); }
H1.HeaderClassName
{
color: #10838C;
}
.AnyTagClassName
{
color: #10838C;
}
</style>
background-color css
<style>
a { background-color: #10838C; }
a { background-color: rgb(16,131,140); }
div.DivClassName
{
background-color: #10838C;
}
.BgClassName
{
background-color: #10838C;
}
</style>
border-color css
<style>
span { border-color: #10838C; }
span { border-color: rgb(16,131,140); }
td.TdClassName
{
border-color: #10838C;
}
.TagClassName
{
border-color: #10838C;
}
</style>