#03918F

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

Shades of Dark Cyan #03918F

Tints of Dark Cyan #03918F

Color information

#03918F (or 0x03918F) is unknown color: approx Dark Cyan. HEX triplet: 03, 91 and 8F. RGB value is (3,145,143). Sum of RGB (Red+Green+Blue) = 3+145+143=291 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 291); Green value is 145 (57.03% from 255 or 49.83% from 291); Blue value is 143 (56.25% from 255 or 49.14% from 291); Max value from RGB is 145 - color contains mainly: green. Hex color #03918F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03918F is #FC6E70. Grayscale: #666666. Windows color (decimal): -16543345 or 9408771. OLE color: 9408771.

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

Color convert

RGB3145143-
CMYK0.9800.010.43
HSL179.15º95.95%29.02%-
HSV(B)179.15º97.93%56.86%-
XYZ15.1222.2529.48-
YUV102.31150.9657.16-

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) = 49.83%
BLUE value IS 143 (56.25% from 255) = 49.14%
R=1.03%
G=49.83%
B=49.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal31451430.9800.010.43179.1595.9529.02
Hex3918F62012Bb3601d
Octal3221217142015326314035
Binary11100100011000111111000100110101110110011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03918F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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