Html Css Color HEX #4BDDAD Medium Aquamarine

📋 copy color: '#4BDDAD'

red 75 ◦ green 221 ◦ blue 173

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

Shades of Medium Aquamarine #4BDDAD

Tints of Medium Aquamarine #4BDDAD

RGB

 RED value IS 75 (29.69% from 255) = 15.99%

 GREEN value IS 221 (86.72% from 255) = 47.12%

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

R = 15.99%
G = 47.12%
B = 36.89%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#4BDDAD (or 0x4BDDAD) is known color: Medium Aquamarine. HEX triplet: 4B, DD and AD. RGB value is (75,221,173). Sum of RGB (Red+Green+Blue) = 75+221+173=469 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.99% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDDAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDDAD is #B42252. Grayscale: #ABABAB. Windows color (decimal): -11805267 or 11394379. OLE color: 11394379.

HSL color Cylindrical-coordinate representation of color #4BDDAD: hue angle of 160.27º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDDAD is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 221 173 -
CMYK 0.66 0 0.22 0.13
HSL 160.27º 0.68% 0.58% -
HSV(B) 160.27º 0.66% 0.87% -
XYZ 36.3 56.23 48.47 -
YUV 171.87 128.63 58.9 -
System Red Green Blue C M Y K H S L
Decimal 75 221 173 0.66 0 0.22 0.13 160.27 0.68 0.58
Hex 4B DD AD 42 0 16 D A0 44 3A
Octal 113 335 255 102 0 26 15 240 104 72
Binary 1001011 11011101 10101101 1000010 0 10110 1101 10100000 1000100 111010

Color Harmonies of #4BDDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDDAD

Black with #4BDDAD

Text Example


Text Example

White with #4BDDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,221,173); }

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

background-color css

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

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

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

border-color css

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

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

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