Html Css Color HEX #4DADAD Fountain Blue

📋 copy color: '#4DADAD'

red 77 ◦ green 173 ◦ blue 173

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

Shades of Fountain Blue #4DADAD

Tints of Fountain Blue #4DADAD

RGB

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

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

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

R = 18.2%
G = 40.9%
B = 40.9%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4DADAD (or 0x4DADAD) is known color: Fountain Blue. HEX triplet: 4D, AD and AD. RGB value is (77,173,173). Sum of RGB (Red+Green+Blue) = 77+173+173=423 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.20% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #4DADAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DADAD is #B25252. Grayscale: #909090. Windows color (decimal): -11686483 or 11382093. OLE color: 11382093.

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

Color convert

RGB 77 173 173 -
CMYK 0.55 0 0 0.32
HSL 180º 0.38% 0.49% -
HSV(B) 180º 0.55% 0.68% -
XYZ 25.55 34.48 44.84 -
YUV 144.3 144.2 80 -
System Red Green Blue C M Y K H S L
Decimal 77 173 173 0.55 0 0 0.32 180 0.38 0.49
Hex 4D AD AD 37 0 0 20 B4 26 31
Octal 115 255 255 67 0 0 40 264 46 61
Binary 1001101 10101101 10101101 110111 0 0 100000 10110100 100110 110001

Color Harmonies of #4DADAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DADAD

Black with #4DADAD

Text Example


Text Example

White with #4DADAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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