Html Css Color HEX #4DABAE Fountain Blue

📋 copy color: '#4DABAE'

red 77 ◦ green 171 ◦ blue 174

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

Shades of Fountain Blue #4DABAE

Tints of Fountain Blue #4DABAE

RGB

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

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

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

R = 18.25%
G = 40.52%
B = 41.23%

CMYK

 C value IS 0.56

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4DABAE (or 0x4DABAE) is known color: Fountain Blue. HEX triplet: 4D, AB and AE. RGB value is (77,171,174). Sum of RGB (Red+Green+Blue) = 77+171+174=422 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.25% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #4DABAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DABAE is #B25451. Grayscale: #8F8F8F. Windows color (decimal): -11686994 or 11447117. OLE color: 11447117.

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

Color convert

RGB 77 171 174 -
CMYK 0.56 0.02 0 0.32
HSL 181.86º 0.39% 0.49% -
HSV(B) 181.86º 0.56% 0.68% -
XYZ 25.26 33.76 45.23 -
YUV 143.24 145.36 80.76 -
System Red Green Blue C M Y K H S L
Decimal 77 171 174 0.56 0.02 0 0.32 181.86 0.39 0.49
Hex 4D AB AE 38 2 0 20 B6 27 31
Octal 115 253 256 70 2 0 40 266 47 61
Binary 1001101 10101011 10101110 111000 10 0 100000 10110110 100111 110001

Color Harmonies of #4DABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DABAE

Black with #4DABAE

Text Example


Text Example

White with #4DABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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