Html Css Color HEX #4BD5AB Medium Aquamarine

📋 copy color: '#4BD5AB'

red 75 ◦ green 213 ◦ blue 171

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

Shades of Medium Aquamarine #4BD5AB

Tints of Medium Aquamarine #4BD5AB

RGB

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

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

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

R = 16.34%
G = 46.41%
B = 37.25%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#4BD5AB (or 0x4BD5AB) is known color: Medium Aquamarine. HEX triplet: 4B, D5 and AB. RGB value is (75,213,171). Sum of RGB (Red+Green+Blue) = 75+213+171=459 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.34% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 213 - color contains mainly: green. Hex color #4BD5AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BD5AB is #B42A54. Grayscale: #A6A6A6. Windows color (decimal): -11807317 or 11261259. OLE color: 11261259.

HSL color Cylindrical-coordinate representation of color #4BD5AB: hue angle of 161.74º 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 #4BD5AB is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 75 213 171 -
CMYK 0.65 0 0.20 0.16
HSL 161.74º 0.62% 0.56% -
HSV(B) 161.74º 0.65% 0.84% -
XYZ 34.05 52.02 46.78 -
YUV 166.95 130.28 62.42 -
System Red Green Blue C M Y K H S L
Decimal 75 213 171 0.65 0 0.20 0.16 161.74 0.62 0.56
Hex 4B D5 AB 41 0 14 10 A2 3E 38
Octal 113 325 253 101 0 24 20 242 76 70
Binary 1001011 11010101 10101011 1000001 0 10100 10000 10100010 111110 111000

Color Harmonies of #4BD5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BD5AB

Black with #4BD5AB

Text Example


Text Example

White with #4BD5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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