Html Css Color HEX #4DACAD Fountain Blue

📋 copy color: '#4DACAD'

red 77 ◦ green 172 ◦ blue 173

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

Shades of Fountain Blue #4DACAD

Tints of Fountain Blue #4DACAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41%

R = 18.25%
G = 40.76%
B = 41%

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4DACAD (or 0x4DACAD) is known color: Fountain Blue. HEX triplet: 4D, AC and AD. RGB value is (77,172,173). Sum of RGB (Red+Green+Blue) = 77+172+173=422 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.25% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #4DACAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DACAD is #B25352. Grayscale: #8F8F8F. Windows color (decimal): -11686739 or 11381837. OLE color: 11381837.

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

Color convert

RGB 77 172 173 -
CMYK 0.55 0.01 0 0.32
HSL 180.63º 0.38% 0.49% -
HSV(B) 180.63º 0.55% 0.68% -
XYZ 25.36 34.1 44.78 -
YUV 143.71 144.53 80.42 -
System Red Green Blue C M Y K H S L
Decimal 77 172 173 0.55 0.01 0 0.32 180.63 0.38 0.49
Hex 4D AC AD 37 1 0 20 B5 26 31
Octal 115 254 255 67 1 0 40 265 46 61
Binary 1001101 10101100 10101101 110111 1 0 100000 10110101 100110 110001

Color Harmonies of #4DACAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DACAD

Black with #4DACAD

Text Example


Text Example

White with #4DACAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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