Shades of Dark Cyan #03968A
Tints of Dark Cyan #03968A
RGB
CMYK
RGB Variations
Color information
#03968A (or 0x03968A) is known color: Dark Cyan. HEX triplet: 03, 96 and 8A. RGB value is (3,150,138). Sum of RGB (Red+Green+Blue) = 3+150+138=291 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 291); Green value is 150 (58.98% from 255 or 51.55% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 150 - color contains mainly: green. Hex color #03968A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03968A is #FC6975. Grayscale: #686868. Windows color (decimal): -16542070 or 9082371. OLE color: 9082371.
HSL color Cylindrical-coordinate representation of color #03968A: hue angle of 175.1º 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 #03968A is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 3 | 150 | 138 | - |
| CMYK | 0.98 | 0 | 0.08 | 0.41 |
| HSL | 175.1º | 0.96% | 0.3% | - |
| HSV(B) | 175.1º | 0.98% | 0.59% | - |
| XYZ | 15.53 | 23.67 | 27.79 | - |
| YUV | 104.68 | 146.8 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 150 | 138 | 0.98 | 0 | 0.08 | 0.41 | 175.1 | 0.96 | 0.3 |
| Hex | 3 | 96 | 8A | 62 | 0 | 8 | 29 | AF | 60 | 1E |
| Octal | 3 | 226 | 212 | 142 | 0 | 10 | 51 | 257 | 140 | 36 |
| Binary | 11 | 10010110 | 10001010 | 1100010 | 0 | 1000 | 101001 | 10101111 | 1100000 | 11110 |
Color Harmonies of #03968A
Complementary color
Monochromatic Colors of #03968A
Black with #03968A
Text Example
Text Example
White with #03968A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03968A; }
p { color: rgb(3,150,138); }
H1.HeaderClassName
{
color: #03968A;
}
.AnyTagClassName
{
color: #03968A;
}
</style>
background-color css
<style>
a { background-color: #03968A; }
a { background-color: rgb(3,150,138); }
div.DivClassName
{
background-color: #03968A;
}
.BgClassName
{
background-color: #03968A;
}
</style>
border-color css
<style>
span { border-color: #03968A; }
span { border-color: rgb(3,150,138); }
td.TdClassName
{
border-color: #03968A;
}
.TagClassName
{
border-color: #03968A;
}
</style>