Html Css Color HEX #4BDDAB Medium Aquamarine

📋 copy color: '#4BDDAB'

red 75 ◦ green 221 ◦ blue 171

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

Shades of Medium Aquamarine #4BDDAB

Tints of Medium Aquamarine #4BDDAB

RGB

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

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

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

R = 16.06%
G = 47.32%
B = 36.62%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#4BDDAB (or 0x4BDDAB) is known color: Medium Aquamarine. HEX triplet: 4B, DD and AB. RGB value is (75,221,171). Sum of RGB (Red+Green+Blue) = 75+221+171=467 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.06% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDDAB is #B42254. Grayscale: #ABABAB. Windows color (decimal): -11805269 or 11263307. OLE color: 11263307.

HSL color Cylindrical-coordinate representation of color #4BDDAB: hue angle of 159.45º 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 #4BDDAB is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 221 171 -
CMYK 0.66 0 0.23 0.13
HSL 159.45º 0.68% 0.58% -
HSV(B) 159.45º 0.66% 0.87% -
XYZ 36.11 56.15 47.46 -
YUV 171.65 127.63 59.07 -
System Red Green Blue C M Y K H S L
Decimal 75 221 171 0.66 0 0.23 0.13 159.45 0.68 0.58
Hex 4B DD AB 42 0 17 D 9F 44 3A
Octal 113 335 253 102 0 27 15 237 104 72
Binary 1001011 11011101 10101011 1000010 0 10111 1101 10011111 1000100 111010

Color Harmonies of #4BDDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDDAB

Black with #4BDDAB

Text Example


Text Example

White with #4BDDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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