Html Css Color HEX #4BD5AD Medium Aquamarine

📋 copy color: '#4BD5AD'

red 75 ◦ green 213 ◦ blue 173

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

Shades of Medium Aquamarine #4BD5AD

Tints of Medium Aquamarine #4BD5AD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.2%

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

R = 16.27%
G = 46.2%
B = 37.53%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#4BD5AD (or 0x4BD5AD) is known color: Medium Aquamarine. HEX triplet: 4B, D5 and AD. RGB value is (75,213,173). Sum of RGB (Red+Green+Blue) = 75+213+173=461 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.27% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 213 - color contains mainly: green. Hex color #4BD5AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BD5AD is #B42A52. Grayscale: #A7A7A7. Windows color (decimal): -11807315 or 11392331. OLE color: 11392331.

HSL color Cylindrical-coordinate representation of color #4BD5AD: hue angle of 162.61º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD5AD is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 75 213 173 -
CMYK 0.65 0 0.19 0.16
HSL 162.61º 0.62% 0.56% -
HSV(B) 162.61º 0.65% 0.84% -
XYZ 34.24 52.1 47.79 -
YUV 167.18 131.28 62.25 -
System Red Green Blue C M Y K H S L
Decimal 75 213 173 0.65 0 0.19 0.16 162.61 0.62 0.56
Hex 4B D5 AD 41 0 13 10 A3 3E 38
Octal 113 325 255 101 0 23 20 243 76 70
Binary 1001011 11010101 10101101 1000001 0 10011 10000 10100011 111110 111000

Color Harmonies of #4BD5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BD5AD

Black with #4BD5AD

Text Example


Text Example

White with #4BD5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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