Html Css Color HEX #4DABAC Fountain Blue

📋 copy color: '#4DABAC'

red 77 ◦ green 171 ◦ blue 172

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

Shades of Fountain Blue #4DABAC

Tints of Fountain Blue #4DABAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.95%

R = 18.33%
G = 40.71%
B = 40.95%

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4DABAC (or 0x4DABAC) is known color: Fountain Blue. HEX triplet: 4D, AB and AC. RGB value is (77,171,172). Sum of RGB (Red+Green+Blue) = 77+171+172=420 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.33% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #4DABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DABAC is #B25453. Grayscale: #8E8E8E. Windows color (decimal): -11686996 or 11316045. OLE color: 11316045.

HSL color Cylindrical-coordinate representation of color #4DABAC: hue angle of 180.63º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DABAC is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 171 172 -
CMYK 0.55 0.01 0 0.33
HSL 180.63º 0.38% 0.49% -
HSV(B) 180.63º 0.55% 0.67% -
XYZ 25.07 33.68 44.21 -
YUV 143.01 144.36 80.92 -
System Red Green Blue C M Y K H S L
Decimal 77 171 172 0.55 0.01 0 0.33 180.63 0.38 0.49
Hex 4D AB AC 37 1 0 21 B5 26 31
Octal 115 253 254 67 1 0 41 265 46 61
Binary 1001101 10101011 10101100 110111 1 0 100001 10110101 100110 110001

Color Harmonies of #4DABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DABAC

Black with #4DABAC

Text Example


Text Example

White with #4DABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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