Shades of Dark Cyan #03928B
Tints of Dark Cyan #03928B
RGB
CMYK
RGB Variations
Color information
#03928B (or 0x03928B) is known color: Dark Cyan. HEX triplet: 03, 92 and 8B. RGB value is (3,146,139). Sum of RGB (Red+Green+Blue) = 3+146+139=288 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #03928B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03928B is #FC6D74. Grayscale: #666666. Windows color (decimal): -16543093 or 9146883. OLE color: 9146883.
HSL color Cylindrical-coordinate representation of color #03928B: hue angle of 177.06º 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 #03928B is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 146 | 139 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.43 |
| HSL | 177.06º | 0.96% | 0.29% | - |
| HSV(B) | 177.06º | 0.98% | 0.57% | - |
| XYZ | 14.98 | 22.44 | 27.97 | - |
| YUV | 102.45 | 148.62 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 146 | 139 | 0.98 | 0 | 0.05 | 0.43 | 177.06 | 0.96 | 0.29 |
| Hex | 3 | 92 | 8B | 62 | 0 | 5 | 2B | B1 | 60 | 1D |
| Octal | 3 | 222 | 213 | 142 | 0 | 5 | 53 | 261 | 140 | 35 |
| Binary | 11 | 10010010 | 10001011 | 1100010 | 0 | 101 | 101011 | 10110001 | 1100000 | 11101 |
Color Harmonies of #03928B
Complementary color
Monochromatic Colors of #03928B
Black with #03928B
Text Example
Text Example
White with #03928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03928B; }
p { color: rgb(3,146,139); }
H1.HeaderClassName
{
color: #03928B;
}
.AnyTagClassName
{
color: #03928B;
}
</style>
background-color css
<style>
a { background-color: #03928B; }
a { background-color: rgb(3,146,139); }
div.DivClassName
{
background-color: #03928B;
}
.BgClassName
{
background-color: #03928B;
}
</style>
border-color css
<style>
span { border-color: #03928B; }
span { border-color: rgb(3,146,139); }
td.TdClassName
{
border-color: #03928B;
}
.TagClassName
{
border-color: #03928B;
}
</style>