Html Css Color HEX #049682 Dark Cyan

📋 copy color: '#049682'

red 4 ◦ green 150 ◦ blue 130

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

Shades of Dark Cyan #049682

Tints of Dark Cyan #049682

RGB

 RED value IS 4 (1.95% from 255) = 1.41%

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

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

R = 1.41%
G = 52.82%
B = 45.77%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#049682 (or 0x049682) is known color: Dark Cyan. HEX triplet: 04, 96 and 82. RGB value is (4,150,130). Sum of RGB (Red+Green+Blue) = 4+150+130=284 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 284); Green value is 150 (58.98% from 255 or 52.82% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 150 - color contains mainly: green. Hex color #049682 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049682 is #FB697D. Grayscale: #686868. Windows color (decimal): -16476542 or 8558084. OLE color: 8558084.

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

Color convert

RGB 4 150 130 -
CMYK 0.97 0 0.13 0.41
HSL 171.78º 0.95% 0.3% -
HSV(B) 171.78º 0.97% 0.59% -
XYZ 14.99 23.45 24.86 -
YUV 104.07 142.63 56.63 -
System Red Green Blue C M Y K H S L
Decimal 4 150 130 0.97 0 0.13 0.41 171.78 0.95 0.3
Hex 4 96 82 61 0 D 29 AC 5F 1E
Octal 4 226 202 141 0 15 51 254 137 36
Binary 100 10010110 10000010 1100001 0 1101 101001 10101100 1011111 11110

Color Harmonies of #049682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049682

Black with #049682

Text Example


Text Example

White with #049682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049682; }

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

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

background-color css

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

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

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

border-color css

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

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

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