Shades of Dark Cyan #03988B
Tints of Dark Cyan #03988B
RGB
CMYK
RGB Variations
Color information
#03988B (or 0x03988B) is known color: Dark Cyan. HEX triplet: 03, 98 and 8B. RGB value is (3,152,139). Sum of RGB (Red+Green+Blue) = 3+152+139=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 152 (59.77% from 255 or 51.70% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 152 - color contains mainly: green. Hex color #03988B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03988B is #FC6774. Grayscale: #696969. Windows color (decimal): -16541557 or 9148419. OLE color: 9148419.
HSL color Cylindrical-coordinate representation of color #03988B: hue angle of 174.77º 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 #03988B is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 152 | 139 | - |
| CMYK | 0.98 | 0 | 0.09 | 0.40 |
| HSL | 174.77º | 0.96% | 0.3% | - |
| HSV(B) | 174.77º | 0.98% | 0.6% | - |
| XYZ | 15.93 | 24.34 | 28.28 | - |
| YUV | 105.97 | 146.64 | 54.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 152 | 139 | 0.98 | 0 | 0.09 | 0.40 | 174.77 | 0.96 | 0.3 |
| Hex | 3 | 98 | 8B | 62 | 0 | 9 | 28 | AF | 60 | 1E |
| Octal | 3 | 230 | 213 | 142 | 0 | 11 | 50 | 257 | 140 | 36 |
| Binary | 11 | 10011000 | 10001011 | 1100010 | 0 | 1001 | 101000 | 10101111 | 1100000 | 11110 |
Color Harmonies of #03988B
Complementary color
Monochromatic Colors of #03988B
Black with #03988B
Text Example
Text Example
White with #03988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03988B; }
p { color: rgb(3,152,139); }
H1.HeaderClassName
{
color: #03988B;
}
.AnyTagClassName
{
color: #03988B;
}
</style>
background-color css
<style>
a { background-color: #03988B; }
a { background-color: rgb(3,152,139); }
div.DivClassName
{
background-color: #03988B;
}
.BgClassName
{
background-color: #03988B;
}
</style>
border-color css
<style>
span { border-color: #03988B; }
span { border-color: rgb(3,152,139); }
td.TdClassName
{
border-color: #03988B;
}
.TagClassName
{
border-color: #03988B;
}
</style>