#039390

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

Shades of Dark Cyan #039390

Tints of Dark Cyan #039390

Color information

#039390 (or 0x039390) is unknown color: approx Dark Cyan. HEX triplet: 03, 93 and 90. RGB value is (3,147,144). Sum of RGB (Red+Green+Blue) = 3+147+144=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 147 (57.81% from 255 or 50% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 147 - color contains mainly: green. Hex color #039390 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039390 is #FC6C6F. Grayscale: #676767. Windows color (decimal): -16542832 or 9474819. OLE color: 9474819.

HSL color Cylindrical-coordinate representation of color #039390: hue angle of 178.75º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039390 is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB3147144-
CMYK0.9800.020.42
HSL178.75º96%29.41%-
HSV(B)178.75º97.96%57.65%-
XYZ15.5122.929.99-
YUV103.6150.7956.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.02%
GREEN value IS 147 (57.81% from 255) = 50%
BLUE value IS 144 (56.64% from 255) = 48.98%
R=1.02%
G=50%
B=48.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31471440.9800.020.42178.759629.41
Hex3939062022Ab3601d
Octal3223220142025226314035
Binary111001001110010000110001001010101010110011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #039390; }

 p { color: rgb(3,147,144); }

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

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

 a { background-color: rgb(3,147,144); }

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

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

 span { border-color: rgb(3,147,144); }

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