Shades of Dark Cyan #03988A
Tints of Dark Cyan #03988A
RGB
CMYK
RGB Variations
Color information
#03988A (or 0x03988A) is known color: Dark Cyan. HEX triplet: 03, 98 and 8A. RGB value is (3,152,138). Sum of RGB (Red+Green+Blue) = 3+152+138=293 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 293); Green value is 152 (59.77% from 255 or 51.88% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 152 - color contains mainly: green. Hex color #03988A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03988A is #FC6775. Grayscale: #696969. Windows color (decimal): -16541558 or 9082883. OLE color: 9082883.
HSL color Cylindrical-coordinate representation of color #03988A: hue angle of 174.36º 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 #03988A is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 152 | 138 | - |
| CMYK | 0.98 | 0 | 0.09 | 0.40 |
| HSL | 174.36º | 0.96% | 0.3% | - |
| HSV(B) | 174.36º | 0.98% | 0.6% | - |
| XYZ | 15.85 | 24.31 | 27.9 | - |
| YUV | 105.85 | 146.14 | 54.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 152 | 138 | 0.98 | 0 | 0.09 | 0.40 | 174.36 | 0.96 | 0.3 |
| Hex | 3 | 98 | 8A | 62 | 0 | 9 | 28 | AE | 60 | 1E |
| Octal | 3 | 230 | 212 | 142 | 0 | 11 | 50 | 256 | 140 | 36 |
| Binary | 11 | 10011000 | 10001010 | 1100010 | 0 | 1001 | 101000 | 10101110 | 1100000 | 11110 |
Color Harmonies of #03988A
Complementary color
Monochromatic Colors of #03988A
Black with #03988A
Text Example
Text Example
White with #03988A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03988A; }
p { color: rgb(3,152,138); }
H1.HeaderClassName
{
color: #03988A;
}
.AnyTagClassName
{
color: #03988A;
}
</style>
background-color css
<style>
a { background-color: #03988A; }
a { background-color: rgb(3,152,138); }
div.DivClassName
{
background-color: #03988A;
}
.BgClassName
{
background-color: #03988A;
}
</style>
border-color css
<style>
span { border-color: #03988A; }
span { border-color: rgb(3,152,138); }
td.TdClassName
{
border-color: #03988A;
}
.TagClassName
{
border-color: #03988A;
}
</style>