Html Css Color HEX #4FAEAB Fountain Blue

📋 copy color: '#4FAEAB'

red 79 ◦ green 174 ◦ blue 171

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

Shades of Fountain Blue #4FAEAB

Tints of Fountain Blue #4FAEAB

RGB

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

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

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

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

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

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

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

Color convert

RGB 79 174 171 -
CMYK 0.55 0 0.02 0.32
HSL 178.11º 0.38% 0.5% -
HSV(B) 178.11º 0.55% 0.68% -
XYZ 25.71 34.87 43.9 -
YUV 145.25 142.53 80.74 -
System Red Green Blue C M Y K H S L
Decimal 79 174 171 0.55 0 0.02 0.32 178.11 0.38 0.5
Hex 4F AE AB 37 0 2 20 B2 26 32
Octal 117 256 253 67 0 2 40 262 46 62
Binary 1001111 10101110 10101011 110111 0 10 100000 10110010 100110 110010

Color Harmonies of #4FAEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAEAB

Black with #4FAEAB

Text Example


Text Example

White with #4FAEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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