Html Css Color HEX #4DADAB Fountain Blue

📋 copy color: '#4DADAB'

red 77 ◦ green 173 ◦ blue 171

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

Shades of Fountain Blue #4DADAB

Tints of Fountain Blue #4DADAB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.09%

 BLUE value IS 171 (67.19% from 255) = 40.62%

R = 18.29%
G = 41.09%
B = 40.62%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#4DADAB (or 0x4DADAB) is known color: Fountain Blue. HEX triplet: 4D, AD and AB. RGB value is (77,173,171). Sum of RGB (Red+Green+Blue) = 77+173+171=421 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.29% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 173 - color contains mainly: green. Hex color #4DADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DADAB is #B25254. Grayscale: #8F8F8F. Windows color (decimal): -11686485 or 11251021. OLE color: 11251021.

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

Color convert

RGB 77 173 171 -
CMYK 0.55 0 0.01 0.32
HSL 178.75º 0.38% 0.49% -
HSV(B) 178.75º 0.55% 0.68% -
XYZ 25.35 34.41 43.83 -
YUV 144.07 143.2 80.16 -
System Red Green Blue C M Y K H S L
Decimal 77 173 171 0.55 0 0.01 0.32 178.75 0.38 0.49
Hex 4D AD AB 37 0 1 20 B3 26 31
Octal 115 255 253 67 0 1 40 263 46 61
Binary 1001101 10101101 10101011 110111 0 1 100000 10110011 100110 110001

Color Harmonies of #4DADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DADAB

Black with #4DADAB

Text Example


Text Example

White with #4DADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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