Html Css Color HEX #4FAEAD Fountain Blue

📋 copy color: '#4FAEAD'

red 79 ◦ green 174 ◦ blue 173

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

Shades of Fountain Blue #4FAEAD

Tints of Fountain Blue #4FAEAD

RGB

 RED value IS 79 (31.25% from 255) = 18.54%

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

 BLUE value IS 173 (67.97% from 255) = 40.61%

R = 18.54%
G = 40.85%
B = 40.61%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#4FAEAD (or 0x4FAEAD) is known color: Fountain Blue. HEX triplet: 4F, AE and AD. RGB value is (79,174,173). Sum of RGB (Red+Green+Blue) = 79+174+173=426 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.54% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 174 - color contains mainly: green. Hex color #4FAEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAEAD is #B05152. Grayscale: #919191. Windows color (decimal): -11555155 or 11382351. OLE color: 11382351.

HSL color Cylindrical-coordinate representation of color #4FAEAD: hue angle of 179.37º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FAEAD is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 79 174 173 -
CMYK 0.55 0 0.01 0.32
HSL 179.37º 0.38% 0.5% -
HSV(B) 179.37º 0.55% 0.68% -
XYZ 25.9 34.95 44.92 -
YUV 145.48 143.53 80.58 -
System Red Green Blue C M Y K H S L
Decimal 79 174 173 0.55 0 0.01 0.32 179.37 0.38 0.5
Hex 4F AE AD 37 0 1 20 B3 26 32
Octal 117 256 255 67 0 1 40 263 46 62
Binary 1001111 10101110 10101101 110111 0 1 100000 10110011 100110 110010

Color Harmonies of #4FAEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAEAD

Black with #4FAEAD

Text Example


Text Example

White with #4FAEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4FAEAD; }

 p { color: rgb(79,174,173); }

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

background-color css

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

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

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

border-color css

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

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

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