Shades of Dark Cyan #03968C
Tints of Dark Cyan #03968C
RGB
CMYK
RGB Variations
Color information
#03968C (or 0x03968C) is known color: Dark Cyan. HEX triplet: 03, 96 and 8C. RGB value is (3,150,140). Sum of RGB (Red+Green+Blue) = 3+150+140=293 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 293); Green value is 150 (58.98% from 255 or 51.19% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 150 - color contains mainly: green. Hex color #03968C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03968C is #FC6973. Grayscale: #686868. Windows color (decimal): -16542068 or 9213443. OLE color: 9213443.
HSL color Cylindrical-coordinate representation of color #03968C: hue angle of 175.92º 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 #03968C is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 3 | 150 | 140 | - |
| CMYK | 0.98 | 0 | 0.07 | 0.41 |
| HSL | 175.92º | 0.96% | 0.3% | - |
| HSV(B) | 175.92º | 0.98% | 0.59% | - |
| XYZ | 15.68 | 23.73 | 28.56 | - |
| YUV | 104.91 | 147.8 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 150 | 140 | 0.98 | 0 | 0.07 | 0.41 | 175.92 | 0.96 | 0.3 |
| Hex | 3 | 96 | 8C | 62 | 0 | 7 | 29 | B0 | 60 | 1E |
| Octal | 3 | 226 | 214 | 142 | 0 | 7 | 51 | 260 | 140 | 36 |
| Binary | 11 | 10010110 | 10001100 | 1100010 | 0 | 111 | 101001 | 10110000 | 1100000 | 11110 |
Color Harmonies of #03968C
Complementary color
Monochromatic Colors of #03968C
Black with #03968C
Text Example
Text Example
White with #03968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03968C; }
p { color: rgb(3,150,140); }
H1.HeaderClassName
{
color: #03968C;
}
.AnyTagClassName
{
color: #03968C;
}
</style>
background-color css
<style>
a { background-color: #03968C; }
a { background-color: rgb(3,150,140); }
div.DivClassName
{
background-color: #03968C;
}
.BgClassName
{
background-color: #03968C;
}
</style>
border-color css
<style>
span { border-color: #03968C; }
span { border-color: rgb(3,150,140); }
td.TdClassName
{
border-color: #03968C;
}
.TagClassName
{
border-color: #03968C;
}
</style>