Shades of Dark Cyan #03808F
Tints of Dark Cyan #03808F
RGB
CMYK
RGB Variations
Color information
#03808F (or 0x03808F) is known color: Dark Cyan. HEX triplet: 03, 80 and 8F. RGB value is (3,128,143). Sum of RGB (Red+Green+Blue) = 3+128+143=274 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 274); Green value is 128 (50.39% from 255 or 46.72% from 274); Blue value is 143 (56.25% from 255 or 52.19% from 274); Max value from RGB is 143 - color contains mainly: blue. Hex color #03808F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03808F is #FC7F70. Grayscale: #5C5C5C. Windows color (decimal): -16547697 or 9404419. OLE color: 9404419.
HSL color Cylindrical-coordinate representation of color #03808F: hue angle of 186.43º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03808F is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 128 | 143 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.44 |
| HSL | 186.43º | 0.96% | 0.29% | - |
| HSV(B) | 186.43º | 0.98% | 0.56% | - |
| XYZ | 12.71 | 17.44 | 28.68 | - |
| YUV | 92.34 | 156.59 | 64.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 128 | 143 | 0.98 | 0.10 | 0 | 0.44 | 186.43 | 0.96 | 0.29 |
| Hex | 3 | 80 | 8F | 62 | A | 0 | 2C | BA | 60 | 1D |
| Octal | 3 | 200 | 217 | 142 | 12 | 0 | 54 | 272 | 140 | 35 |
| Binary | 11 | 10000000 | 10001111 | 1100010 | 1010 | 0 | 101100 | 10111010 | 1100000 | 11101 |
Color Harmonies of #03808F
Complementary color
Monochromatic Colors of #03808F
Black with #03808F
Text Example
Text Example
White with #03808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03808F; }
p { color: rgb(3,128,143); }
H1.HeaderClassName
{
color: #03808F;
}
.AnyTagClassName
{
color: #03808F;
}
</style>
background-color css
<style>
a { background-color: #03808F; }
a { background-color: rgb(3,128,143); }
div.DivClassName
{
background-color: #03808F;
}
.BgClassName
{
background-color: #03808F;
}
</style>
border-color css
<style>
span { border-color: #03808F; }
span { border-color: rgb(3,128,143); }
td.TdClassName
{
border-color: #03808F;
}
.TagClassName
{
border-color: #03808F;
}
</style>