Html Css Color HEX #4DACAE Fountain Blue

📋 copy color: '#4DACAE'

red 77 ◦ green 172 ◦ blue 174

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

Shades of Fountain Blue #4DACAE

Tints of Fountain Blue #4DACAE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.66%

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

R = 18.2%
G = 40.66%
B = 41.13%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4DACAE (or 0x4DACAE) is known color: Fountain Blue. HEX triplet: 4D, AC and AE. RGB value is (77,172,174). Sum of RGB (Red+Green+Blue) = 77+172+174=423 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.20% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #4DACAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DACAE is #B25351. Grayscale: #8F8F8F. Windows color (decimal): -11686738 or 11447373. OLE color: 11447373.

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

Color convert

RGB 77 172 174 -
CMYK 0.56 0.01 0 0.32
HSL 181.24º 0.39% 0.49% -
HSV(B) 181.24º 0.56% 0.68% -
XYZ 25.45 34.14 45.29 -
YUV 143.82 145.03 80.34 -
System Red Green Blue C M Y K H S L
Decimal 77 172 174 0.56 0.01 0 0.32 181.24 0.39 0.49
Hex 4D AC AE 38 1 0 20 B5 27 31
Octal 115 254 256 70 1 0 40 265 47 61
Binary 1001101 10101100 10101110 111000 1 0 100000 10110101 100111 110001

Color Harmonies of #4DACAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DACAE

Black with #4DACAE

Text Example


Text Example

White with #4DACAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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