#039093

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

Shades of Dark Cyan #039093

Tints of Dark Cyan #039093

Color information

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

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

Color convert

RGB3144147-
CMYK0.980.0200.42
HSL181.25º96%29.41%-
HSV(B)181.25º97.96%57.65%-
XYZ15.2822.0731.06-
YUV102.18153.2957.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31441470.980.0200.42181.259629.41
Hex3909362202Ab5601d
Octal3220223142205226514035
Binary111001000010010011110001010010101010110101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #039093; }

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

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

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

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

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

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

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

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