Html Css Color HEX #4FABAE Fountain Blue

📋 copy color: '#4FABAE'

red 79 ◦ green 171 ◦ blue 174

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

Shades of Fountain Blue #4FABAE

Tints of Fountain Blue #4FABAE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.33%

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

R = 18.63%
G = 40.33%
B = 41.04%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4FABAE (or 0x4FABAE) is known color: Fountain Blue. HEX triplet: 4F, AB and AE. RGB value is (79,171,174). Sum of RGB (Red+Green+Blue) = 79+171+174=424 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.63% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #4FABAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FABAE is #B05451. Grayscale: #8F8F8F. Windows color (decimal): -11555922 or 11447119. OLE color: 11447119.

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

Color convert

RGB 79 171 174 -
CMYK 0.55 0.02 0 0.32
HSL 181.89º 0.38% 0.5% -
HSV(B) 181.89º 0.55% 0.68% -
XYZ 25.43 33.84 45.24 -
YUV 143.83 145.02 81.76 -
System Red Green Blue C M Y K H S L
Decimal 79 171 174 0.55 0.02 0 0.32 181.89 0.38 0.5
Hex 4F AB AE 37 2 0 20 B6 26 32
Octal 117 253 256 67 2 0 40 266 46 62
Binary 1001111 10101011 10101110 110111 10 0 100000 10110110 100110 110010

Color Harmonies of #4FABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FABAE

Black with #4FABAE

Text Example


Text Example

White with #4FABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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