Html Css Color HEX #49AEAE Fountain Blue

📋 copy color: '#49AEAE'

red 73 ◦ green 174 ◦ blue 174

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

Shades of Fountain Blue #49AEAE

Tints of Fountain Blue #49AEAE

RGB

 RED value IS 73 (28.91% from 255) = 17.34%

 GREEN value IS 174 (68.36% from 255) = 41.33%

 BLUE value IS 174 (68.36% from 255) = 41.33%

R = 17.34%
G = 41.33%
B = 41.33%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#49AEAE (or 0x49AEAE) is known color: Fountain Blue. HEX triplet: 49, AE and AE. RGB value is (73,174,174). Sum of RGB (Red+Green+Blue) = 73+174+174=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #49AEAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AEAE is #B65151. Grayscale: #8F8F8F. Windows color (decimal): -11948370 or 11447881. OLE color: 11447881.

HSL color Cylindrical-coordinate representation of color #49AEAE: hue angle of 180º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AEAE is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 174 174 -
CMYK 0.58 0 0 0.32
HSL 180º 0.41% 0.48% -
HSV(B) 180º 0.58% 0.68% -
XYZ 25.52 34.74 45.41 -
YUV 143.8 145.04 77.5 -
System Red Green Blue C M Y K H S L
Decimal 73 174 174 0.58 0 0 0.32 180 0.41 0.48
Hex 49 AE AE 3A 0 0 20 B4 29 30
Octal 111 256 256 72 0 0 40 264 51 60
Binary 1001001 10101110 10101110 111010 0 0 100000 10110100 101001 110000

Color Harmonies of #49AEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AEAE

Black with #49AEAE

Text Example


Text Example

White with #49AEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49AEAE; }

 p { color: rgb(73,174,174); }

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

background-color css

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

 a { background-color: rgb(73,174,174); }

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

border-color css

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

 span { border-color: rgb(73,174,174); }

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