#03928B

Color #03928B Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #03928B

Tints of Dark Cyan #03928B

Color information

#03928B (or 0x03928B) is unknown color: approx 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

RGB3146139-
CMYK0.9800.050.43
HSL177.06º95.97%29.22%-
HSV(B)177.06º97.95%57.25%-
XYZ14.9822.4427.97-
YUV102.44148.6257.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.04%
GREEN value IS 146 (57.42% from 255) = 50.69%
BLUE value IS 139 (54.69% from 255) = 48.26%
R=1.04%
G=50.69%
B=48.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal31461390.9800.050.43177.0695.9729.22
Hex3928B62052Bb1601d
Octal3222213142055326114035
Binary1110010010100010111100010010110101110110001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>