Shades of Dark Cyan #03968D
Tints of Dark Cyan #03968D
RGB
CMYK
RGB Variations
Color information
#03968D (or 0x03968D) is known color: Dark Cyan. HEX triplet: 03, 96 and 8D. RGB value is (3,150,141). Sum of RGB (Red+Green+Blue) = 3+150+141=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #03968D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03968D is #FC6972. Grayscale: #686868. Windows color (decimal): -16542067 or 9278979. OLE color: 9278979.
HSL color Cylindrical-coordinate representation of color #03968D: hue angle of 176.33º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03968D is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 3 | 150 | 141 | - |
| CMYK | 0.98 | 0 | 0.06 | 0.41 |
| HSL | 176.33º | 0.96% | 0.3% | - |
| HSV(B) | 176.33º | 0.98% | 0.59% | - |
| XYZ | 15.75 | 23.76 | 28.95 | - |
| YUV | 105.02 | 148.3 | 55.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 150 | 141 | 0.98 | 0 | 0.06 | 0.41 | 176.33 | 0.96 | 0.3 |
| Hex | 3 | 96 | 8D | 62 | 0 | 6 | 29 | B0 | 60 | 1E |
| Octal | 3 | 226 | 215 | 142 | 0 | 6 | 51 | 260 | 140 | 36 |
| Binary | 11 | 10010110 | 10001101 | 1100010 | 0 | 110 | 101001 | 10110000 | 1100000 | 11110 |
Color Harmonies of #03968D
Complementary color
Monochromatic Colors of #03968D
Black with #03968D
Text Example
Text Example
White with #03968D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03968D; }
p { color: rgb(3,150,141); }
H1.HeaderClassName
{
color: #03968D;
}
.AnyTagClassName
{
color: #03968D;
}
</style>
background-color css
<style>
a { background-color: #03968D; }
a { background-color: rgb(3,150,141); }
div.DivClassName
{
background-color: #03968D;
}
.BgClassName
{
background-color: #03968D;
}
</style>
border-color css
<style>
span { border-color: #03968D; }
span { border-color: rgb(3,150,141); }
td.TdClassName
{
border-color: #03968D;
}
.TagClassName
{
border-color: #03968D;
}
</style>