Html Css Color HEX #4BDDAF Medium Aquamarine

📋 copy color: '#4BDDAF'

red 75 ◦ green 221 ◦ blue 175

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

Shades of Medium Aquamarine #4BDDAF

Tints of Medium Aquamarine #4BDDAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.15%

R = 15.92%
G = 46.92%
B = 37.15%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#4BDDAF (or 0x4BDDAF) is known color: Medium Aquamarine. HEX triplet: 4B, DD and AF. RGB value is (75,221,175). Sum of RGB (Red+Green+Blue) = 75+221+175=471 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.92% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDDAF is #B42250. Grayscale: #ACACAC. Windows color (decimal): -11805265 or 11525451. OLE color: 11525451.

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

Color convert

RGB 75 221 175 -
CMYK 0.66 0 0.21 0.13
HSL 161.1º 0.68% 0.58% -
HSV(B) 161.1º 0.66% 0.87% -
XYZ 36.5 56.3 49.5 -
YUV 172.1 129.63 58.74 -
System Red Green Blue C M Y K H S L
Decimal 75 221 175 0.66 0 0.21 0.13 161.1 0.68 0.58
Hex 4B DD AF 42 0 15 D A1 44 3A
Octal 113 335 257 102 0 25 15 241 104 72
Binary 1001011 11011101 10101111 1000010 0 10101 1101 10100001 1000100 111010

Color Harmonies of #4BDDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDDAF

Black with #4BDDAF

Text Example


Text Example

White with #4BDDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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