Html Css Color HEX #049690 Dark Cyan

📋 copy color: '#049690'

red 4 ◦ green 150 ◦ blue 144

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

Shades of Dark Cyan #049690

Tints of Dark Cyan #049690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48.32%

R = 1.34%
G = 50.34%
B = 48.32%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#049690 (or 0x049690) is known color: Dark Cyan. HEX triplet: 04, 96 and 90. RGB value is (4,150,144). Sum of RGB (Red+Green+Blue) = 4+150+144=298 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 298); Green value is 150 (58.98% from 255 or 50.34% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 150 - color contains mainly: green. Hex color #049690 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049690 is #FB696F. Grayscale: #696969. Windows color (decimal): -16476528 or 9475588. OLE color: 9475588.

HSL color Cylindrical-coordinate representation of color #049690: hue angle of 177.53º 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 #049690 is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 4 150 144 -
CMYK 0.97 0 0.04 0.41
HSL 177.53º 0.95% 0.3% -
HSV(B) 177.53º 0.97% 0.59% -
XYZ 15.99 23.85 30.15 -
YUV 105.66 149.63 55.49 -
System Red Green Blue C M Y K H S L
Decimal 4 150 144 0.97 0 0.04 0.41 177.53 0.95 0.3
Hex 4 96 90 61 0 4 29 B2 5F 1E
Octal 4 226 220 141 0 4 51 262 137 36
Binary 100 10010110 10010000 1100001 0 100 101001 10110010 1011111 11110

Color Harmonies of #049690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049690

Black with #049690

Text Example


Text Example

White with #049690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049690; }

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

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

background-color css

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

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

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

border-color css

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

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

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