Shades of Dark Cyan #09838B
Tints of Dark Cyan #09838B
RGB
CMYK
RGB Variations
Color information
#09838B (or 0x09838B) is known color: Dark Cyan. HEX triplet: 09, 83 and 8B. RGB value is (9,131,139). Sum of RGB (Red+Green+Blue) = 9+131+139=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #09838B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09838B is #F67C74. Grayscale: #5F5F5F. Windows color (decimal): -16153717 or 9143049. OLE color: 9143049.
HSL color Cylindrical-coordinate representation of color #09838B: hue angle of 183.69º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09838B is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 131 | 139 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.45 |
| HSL | 183.69º | 0.88% | 0.29% | - |
| HSV(B) | 183.69º | 0.94% | 0.55% | - |
| XYZ | 12.89 | 18.15 | 27.25 | - |
| YUV | 95.43 | 152.58 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 131 | 139 | 0.94 | 0.06 | 0 | 0.45 | 183.69 | 0.88 | 0.29 |
| Hex | 9 | 83 | 8B | 5E | 6 | 0 | 2D | B8 | 58 | 1D |
| Octal | 11 | 203 | 213 | 136 | 6 | 0 | 55 | 270 | 130 | 35 |
| Binary | 1001 | 10000011 | 10001011 | 1011110 | 110 | 0 | 101101 | 10111000 | 1011000 | 11101 |
Color Harmonies of #09838B
Complementary color
Monochromatic Colors of #09838B
Black with #09838B
Text Example
Text Example
White with #09838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09838B; }
p { color: rgb(9,131,139); }
H1.HeaderClassName
{
color: #09838B;
}
.AnyTagClassName
{
color: #09838B;
}
</style>
background-color css
<style>
a { background-color: #09838B; }
a { background-color: rgb(9,131,139); }
div.DivClassName
{
background-color: #09838B;
}
.BgClassName
{
background-color: #09838B;
}
</style>
border-color css
<style>
span { border-color: #09838B; }
span { border-color: rgb(9,131,139); }
td.TdClassName
{
border-color: #09838B;
}
.TagClassName
{
border-color: #09838B;
}
</style>