Html Css Color HEX #4FAEAE Fountain Blue

📋 copy color: '#4FAEAE'

red 79 ◦ green 174 ◦ blue 174

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

Shades of Fountain Blue #4FAEAE

Tints of Fountain Blue #4FAEAE

RGB

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

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

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

R = 18.5%
G = 40.75%
B = 40.75%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4FAEAE (or 0x4FAEAE) is known color: Fountain Blue. HEX triplet: 4F, AE and AE. RGB value is (79,174,174). Sum of RGB (Red+Green+Blue) = 79+174+174=427 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.50% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #4FAEAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAEAE is #B05151. Grayscale: #919191. Windows color (decimal): -11555154 or 11447887. OLE color: 11447887.

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

Color convert

RGB 79 174 174 -
CMYK 0.55 0 0 0.32
HSL 180º 0.38% 0.5% -
HSV(B) 180º 0.55% 0.68% -
XYZ 26 34.99 45.43 -
YUV 145.6 144.03 80.5 -
System Red Green Blue C M Y K H S L
Decimal 79 174 174 0.55 0 0 0.32 180 0.38 0.5
Hex 4F AE AE 37 0 0 20 B4 26 32
Octal 117 256 256 67 0 0 40 264 46 62
Binary 1001111 10101110 10101110 110111 0 0 100000 10110100 100110 110010

Color Harmonies of #4FAEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAEAE

Black with #4FAEAE

Text Example


Text Example

White with #4FAEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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