Html Css Color HEX #049296 Dark Cyan

📋 copy color: '#049296'

red 4 ◦ green 146 ◦ blue 150

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

Shades of Dark Cyan #049296

Tints of Dark Cyan #049296

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.67%

 BLUE value IS 150 (58.98% from 255) = 50%

R = 1.33%
G = 48.67%
B = 50%

CMYK

 C value IS 0.97

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#049296 (or 0x049296) is known color: Dark Cyan. HEX triplet: 04, 92 and 96. RGB value is (4,146,150). Sum of RGB (Red+Green+Blue) = 4+146+150=300 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 150 (58.98% from 255 or 50% from 300); Max value from RGB is 150 - color contains mainly: blue. Hex color #049296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049296 is #FB6D69. Grayscale: #676767. Windows color (decimal): -16477546 or 9867780. OLE color: 9867780.

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

Color convert

RGB 4 146 150 -
CMYK 0.97 0.03 0 0.41
HSL 181.64º 0.95% 0.3% -
HSV(B) 181.64º 0.97% 0.59% -
XYZ 15.83 22.79 32.42 -
YUV 104 153.96 56.67 -
System Red Green Blue C M Y K H S L
Decimal 4 146 150 0.97 0.03 0 0.41 181.64 0.95 0.3
Hex 4 92 96 61 3 0 29 B6 5F 1E
Octal 4 222 226 141 3 0 51 266 137 36
Binary 100 10010010 10010110 1100001 11 0 101001 10110110 1011111 11110

Color Harmonies of #049296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049296

Black with #049296

Text Example


Text Example

White with #049296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049296; }

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

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

background-color css

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

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

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

border-color css

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

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

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