Html Css Color HEX #039384 Dark Cyan

📋 copy color: '#039384'

red 3 ◦ green 147 ◦ blue 132

#039384
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #039384

Tints of Dark Cyan #039384

RGB

 RED value IS 3 (1.56% from 255) = 1.06%

 GREEN value IS 147 (57.81% from 255) = 52.13%

 BLUE value IS 132 (51.95% from 255) = 46.81%

R = 1.06%
G = 52.13%
B = 46.81%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#039384 (or 0x039384) is known color: Dark Cyan. HEX triplet: 03, 93 and 84. RGB value is (3,147,132). Sum of RGB (Red+Green+Blue) = 3+147+132=282 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 282); Green value is 147 (57.81% from 255 or 52.13% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 147 - color contains mainly: green. Hex color #039384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039384 is #FC6C7B. Grayscale: #666666. Windows color (decimal): -16542844 or 8688387. OLE color: 8688387.

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

Color convert

RGB 3 147 132 -
CMYK 0.98 0 0.10 0.42
HSL 173.75º 0.96% 0.29% -
HSV(B) 173.75º 0.98% 0.58% -
XYZ 14.64 22.55 25.41 -
YUV 102.23 144.79 57.22 -
System Red Green Blue C M Y K H S L
Decimal 3 147 132 0.98 0 0.10 0.42 173.75 0.96 0.29
Hex 3 93 84 62 0 A 2A AE 60 1D
Octal 3 223 204 142 0 12 52 256 140 35
Binary 11 10010011 10000100 1100010 0 1010 101010 10101110 1100000 11101

Color Harmonies of #039384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039384

Black with #039384

Text Example


Text Example

White with #039384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039384; }

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

 H1.HeaderClassName
 {
   color: #039384;
 }
 .AnyTagClassName
 {
   color: #039384;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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