Html Css Color HEX #4FADAE Fountain Blue

📋 copy color: '#4FADAE'

red 79 ◦ green 173 ◦ blue 174

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

Shades of Fountain Blue #4FADAE

Tints of Fountain Blue #4FADAE

RGB

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

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

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

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

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #4FADAE: hue angle of 180.63º 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 #4FADAE is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 79 173 174 -
CMYK 0.55 0.01 0 0.32
HSL 180.63º 0.38% 0.5% -
HSV(B) 180.63º 0.55% 0.68% -
XYZ 25.81 34.61 45.36 -
YUV 145.01 144.36 80.92 -
System Red Green Blue C M Y K H S L
Decimal 79 173 174 0.55 0.01 0 0.32 180.63 0.38 0.5
Hex 4F AD AE 37 1 0 20 B5 26 32
Octal 117 255 256 67 1 0 40 265 46 62
Binary 1001111 10101101 10101110 110111 1 0 100000 10110101 100110 110010

Color Harmonies of #4FADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FADAE

Black with #4FADAE

Text Example


Text Example

White with #4FADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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