Html Css Color HEX #4DAEAE Fountain Blue

📋 copy color: '#4DAEAE'

red 77 ◦ green 174 ◦ blue 174

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

Shades of Fountain Blue #4DAEAE

Tints of Fountain Blue #4DAEAE

RGB

 RED value IS 77 (30.47% from 255) = 18.12%

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

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

R = 18.12%
G = 40.94%
B = 40.94%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4DAEAE (or 0x4DAEAE) is known color: Fountain Blue. HEX triplet: 4D, AE and AE. RGB value is (77,174,174). Sum of RGB (Red+Green+Blue) = 77+174+174=425 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.12% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #4DAEAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAEAE is #B25151. Grayscale: #909090. Windows color (decimal): -11686226 or 11447885. OLE color: 11447885.

HSL color Cylindrical-coordinate representation of color #4DAEAE: hue angle of 180º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAEAE is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 77 174 174 -
CMYK 0.56 0 0 0.32
HSL 180º 0.39% 0.49% -
HSV(B) 180º 0.56% 0.68% -
XYZ 25.84 34.91 45.42 -
YUV 145 144.36 79.5 -
System Red Green Blue C M Y K H S L
Decimal 77 174 174 0.56 0 0 0.32 180 0.39 0.49
Hex 4D AE AE 38 0 0 20 B4 27 31
Octal 115 256 256 70 0 0 40 264 47 61
Binary 1001101 10101110 10101110 111000 0 0 100000 10110100 100111 110001

Color Harmonies of #4DAEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAEAE

Black with #4DAEAE

Text Example


Text Example

White with #4DAEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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