Shades of Dark Cyan #03988D
Tints of Dark Cyan #03988D
RGB
CMYK
RGB Variations
Color information
#03988D (or 0x03988D) is known color: Dark Cyan. HEX triplet: 03, 98 and 8D. RGB value is (3,152,141). Sum of RGB (Red+Green+Blue) = 3+152+141=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 152 (59.77% from 255 or 51.35% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 152 - color contains mainly: green. Hex color #03988D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03988D is #FC6772. Grayscale: #6A6A6A. Windows color (decimal): -16541555 or 9279491. OLE color: 9279491.
HSL color Cylindrical-coordinate representation of color #03988D: hue angle of 175.57º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03988D is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 152 | 141 | - |
| CMYK | 0.98 | 0 | 0.07 | 0.40 |
| HSL | 175.57º | 0.96% | 0.3% | - |
| HSV(B) | 175.57º | 0.98% | 0.6% | - |
| XYZ | 16.07 | 24.4 | 29.06 | - |
| YUV | 106.2 | 147.64 | 54.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 152 | 141 | 0.98 | 0 | 0.07 | 0.40 | 175.57 | 0.96 | 0.3 |
| Hex | 3 | 98 | 8D | 62 | 0 | 7 | 28 | B0 | 60 | 1E |
| Octal | 3 | 230 | 215 | 142 | 0 | 7 | 50 | 260 | 140 | 36 |
| Binary | 11 | 10011000 | 10001101 | 1100010 | 0 | 111 | 101000 | 10110000 | 1100000 | 11110 |
Color Harmonies of #03988D
Complementary color
Monochromatic Colors of #03988D
Black with #03988D
Text Example
Text Example
White with #03988D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03988D; }
p { color: rgb(3,152,141); }
H1.HeaderClassName
{
color: #03988D;
}
.AnyTagClassName
{
color: #03988D;
}
</style>
background-color css
<style>
a { background-color: #03988D; }
a { background-color: rgb(3,152,141); }
div.DivClassName
{
background-color: #03988D;
}
.BgClassName
{
background-color: #03988D;
}
</style>
border-color css
<style>
span { border-color: #03988D; }
span { border-color: rgb(3,152,141); }
td.TdClassName
{
border-color: #03988D;
}
.TagClassName
{
border-color: #03988D;
}
</style>