Shades of Dark Cyan #03928F
Tints of Dark Cyan #03928F
RGB
CMYK
RGB Variations
Color information
#03928F (or 0x03928F) is known color: Dark Cyan. HEX triplet: 03, 92 and 8F. RGB value is (3,146,143). Sum of RGB (Red+Green+Blue) = 3+146+143=292 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 292); Green value is 146 (57.42% from 255 or 50% from 292); Blue value is 143 (56.25% from 255 or 48.97% from 292); Max value from RGB is 146 - color contains mainly: green. Hex color #03928F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03928F is #FC6D70. Grayscale: #666666. Windows color (decimal): -16543089 or 9409027. OLE color: 9409027.
HSL color Cylindrical-coordinate representation of color #03928F: hue angle of 178.74º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03928F is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 146 | 143 | - |
| CMYK | 0.98 | 0 | 0.02 | 0.43 |
| HSL | 178.74º | 0.96% | 0.29% | - |
| HSV(B) | 178.74º | 0.98% | 0.57% | - |
| XYZ | 15.27 | 22.56 | 29.54 | - |
| YUV | 102.9 | 150.62 | 56.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 146 | 143 | 0.98 | 0 | 0.02 | 0.43 | 178.74 | 0.96 | 0.29 |
| Hex | 3 | 92 | 8F | 62 | 0 | 2 | 2B | B3 | 60 | 1D |
| Octal | 3 | 222 | 217 | 142 | 0 | 2 | 53 | 263 | 140 | 35 |
| Binary | 11 | 10010010 | 10001111 | 1100010 | 0 | 10 | 101011 | 10110011 | 1100000 | 11101 |
Color Harmonies of #03928F
Complementary color
Monochromatic Colors of #03928F
Black with #03928F
Text Example
Text Example
White with #03928F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03928F; }
p { color: rgb(3,146,143); }
H1.HeaderClassName
{
color: #03928F;
}
.AnyTagClassName
{
color: #03928F;
}
</style>
background-color css
<style>
a { background-color: #03928F; }
a { background-color: rgb(3,146,143); }
div.DivClassName
{
background-color: #03928F;
}
.BgClassName
{
background-color: #03928F;
}
</style>
border-color css
<style>
span { border-color: #03928F; }
span { border-color: rgb(3,146,143); }
td.TdClassName
{
border-color: #03928F;
}
.TagClassName
{
border-color: #03928F;
}
</style>