Html Css Color HEX #4BD5AF Medium Aquamarine

📋 copy color: '#4BD5AF'

red 75 ◦ green 213 ◦ blue 175

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

Shades of Medium Aquamarine #4BD5AF

Tints of Medium Aquamarine #4BD5AF

RGB

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

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

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

R = 16.2%
G = 46%
B = 37.8%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#4BD5AF (or 0x4BD5AF) is known color: Medium Aquamarine. HEX triplet: 4B, D5 and AF. RGB value is (75,213,175). Sum of RGB (Red+Green+Blue) = 75+213+175=463 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.20% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 213 - color contains mainly: green. Hex color #4BD5AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BD5AF is #B42A50. Grayscale: #A7A7A7. Windows color (decimal): -11807313 or 11523403. OLE color: 11523403.

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

Color convert

RGB 75 213 175 -
CMYK 0.65 0 0.18 0.16
HSL 163.48º 0.62% 0.56% -
HSV(B) 163.48º 0.65% 0.84% -
XYZ 34.43 52.18 48.81 -
YUV 167.41 132.28 62.09 -
System Red Green Blue C M Y K H S L
Decimal 75 213 175 0.65 0 0.18 0.16 163.48 0.62 0.56
Hex 4B D5 AF 41 0 12 10 A3 3E 38
Octal 113 325 257 101 0 22 20 243 76 70
Binary 1001011 11010101 10101111 1000001 0 10010 10000 10100011 111110 111000

Color Harmonies of #4BD5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BD5AF

Black with #4BD5AF

Text Example


Text Example

White with #4BD5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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