Html Css Color HEX #039682 Dark Cyan

📋 copy color: '#039682'

red 3 ◦ green 150 ◦ blue 130

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

Shades of Dark Cyan #039682

Tints of Dark Cyan #039682

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53%

 BLUE value IS 130 (51.17% from 255) = 45.94%

R = 1.06%
G = 53%
B = 45.94%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#039682 (or 0x039682) is known color: Dark Cyan. HEX triplet: 03, 96 and 82. RGB value is (3,150,130). Sum of RGB (Red+Green+Blue) = 3+150+130=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 150 (58.98% from 255 or 53.00% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 150 - color contains mainly: green. Hex color #039682 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039682 is #FC697D. Grayscale: #676767. Windows color (decimal): -16542078 or 8558083. OLE color: 8558083.

HSL color Cylindrical-coordinate representation of color #039682: hue angle of 171.84º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039682 is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 3 150 130 -
CMYK 0.98 0 0.13 0.41
HSL 171.84º 0.96% 0.3% -
HSV(B) 171.84º 0.98% 0.59% -
XYZ 14.97 23.44 24.86 -
YUV 103.77 142.8 56.13 -
System Red Green Blue C M Y K H S L
Decimal 3 150 130 0.98 0 0.13 0.41 171.84 0.96 0.3
Hex 3 96 82 62 0 D 29 AC 60 1E
Octal 3 226 202 142 0 15 51 254 140 36
Binary 11 10010110 10000010 1100010 0 1101 101001 10101100 1100000 11110

Color Harmonies of #039682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039682

Black with #039682

Text Example


Text Example

White with #039682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039682; }

 p { color: rgb(3,150,130); }

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

background-color css

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

 a { background-color: rgb(3,150,130); }

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

border-color css

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

 span { border-color: rgb(3,150,130); }

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