#03918E

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

Shades of Dark Cyan #03918E

Tints of Dark Cyan #03918E

Color information

#03918E (or 0x03918E) is unknown color: approx Dark Cyan. HEX triplet: 03, 91 and 8E. RGB value is (3,145,142). Sum of RGB (Red+Green+Blue) = 3+145+142=290 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 290); Green value is 145 (57.03% from 255 or 50% from 290); Blue value is 142 (55.86% from 255 or 48.97% from 290); Max value from RGB is 145 - color contains mainly: green. Hex color #03918E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03918E is #FC6E71. Grayscale: #666666. Windows color (decimal): -16543346 or 9343235. OLE color: 9343235.

HSL color Cylindrical-coordinate representation of color #03918E: hue angle of 178.73º 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 #03918E is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB3145142-
CMYK0.9800.020.43
HSL178.73º95.95%29.02%-
HSV(B)178.73º97.93%56.86%-
XYZ15.0522.2229.09-
YUV102.2150.4657.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.03%
GREEN value IS 145 (57.03% from 255) = 50%
BLUE value IS 142 (55.86% from 255) = 48.97%
R=1.03%
G=50%
B=48.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal31451420.9800.020.43178.7395.9529.02
Hex3918E62022Bb3601d
Octal3221216142025326314035
Binary111001000110001110110001001010101110110011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03918E; }

 p { color: rgb(3,145,142); }

 H1.HeaderClassName
 {
   color: #03918E;
 }
 .AnyTagClassName
 {
   color: #03918E;
 }
</style>
background-color css

<style>
 a { background-color: #03918E; }

 a { background-color: rgb(3,145,142); }

 div.DivClassName
 {
   background-color: #03918E;
 }
 .BgClassName
 {
   background-color: #03918E;
 }
</style>
border-color css

<style>
 span { border-color: #03918E; }

 span { border-color: rgb(3,145,142); }

 td.TdClassName
 {
   border-color: #03918E;
 }
 .TagClassName
 {
   border-color: #03918E;
 }
</style>