Shades of Dark Cyan #0A838B
Tints of Dark Cyan #0A838B
RGB
CMYK
RGB Variations
Color information
#0A838B (or 0x0A838B) is known color: Dark Cyan. HEX triplet: 0A, 83 and 8B. RGB value is (10,131,139). Sum of RGB (Red+Green+Blue) = 10+131+139=280 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.57% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A838B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A838B is #F57C74. Grayscale: #5F5F5F. Windows color (decimal): -16088181 or 9143050. OLE color: 9143050.
HSL color Cylindrical-coordinate representation of color #0A838B: hue angle of 183.72º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A838B is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 131 | 139 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.45 |
| HSL | 183.72º | 0.87% | 0.29% | - |
| HSV(B) | 183.72º | 0.93% | 0.55% | - |
| XYZ | 12.9 | 18.16 | 27.25 | - |
| YUV | 95.73 | 152.41 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 131 | 139 | 0.93 | 0.06 | 0 | 0.45 | 183.72 | 0.87 | 0.29 |
| Hex | A | 83 | 8B | 5D | 6 | 0 | 2D | B8 | 57 | 1D |
| Octal | 12 | 203 | 213 | 135 | 6 | 0 | 55 | 270 | 127 | 35 |
| Binary | 1010 | 10000011 | 10001011 | 1011101 | 110 | 0 | 101101 | 10111000 | 1010111 | 11101 |
Color Harmonies of #0A838B
Complementary color
Monochromatic Colors of #0A838B
Black with #0A838B
Text Example
Text Example
White with #0A838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A838B; }
p { color: rgb(10,131,139); }
H1.HeaderClassName
{
color: #0A838B;
}
.AnyTagClassName
{
color: #0A838B;
}
</style>
background-color css
<style>
a { background-color: #0A838B; }
a { background-color: rgb(10,131,139); }
div.DivClassName
{
background-color: #0A838B;
}
.BgClassName
{
background-color: #0A838B;
}
</style>
border-color css
<style>
span { border-color: #0A838B; }
span { border-color: rgb(10,131,139); }
td.TdClassName
{
border-color: #0A838B;
}
.TagClassName
{
border-color: #0A838B;
}
</style>