Html Css Color HEX #4BD9AF Medium Aquamarine

📋 copy color: '#4BD9AF'

red 75 ◦ green 217 ◦ blue 175

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

Shades of Medium Aquamarine #4BD9AF

Tints of Medium Aquamarine #4BD9AF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.47%

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

R = 16.06%
G = 46.47%
B = 37.47%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#4BD9AF (or 0x4BD9AF) is known color: Medium Aquamarine. HEX triplet: 4B, D9 and AF. RGB value is (75,217,175). Sum of RGB (Red+Green+Blue) = 75+217+175=467 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.06% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 217 - color contains mainly: green. Hex color #4BD9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BD9AF is #B42650. Grayscale: #A9A9A9. Windows color (decimal): -11806289 or 11524427. OLE color: 11524427.

HSL color Cylindrical-coordinate representation of color #4BD9AF: hue angle of 162.25º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD9AF is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 75 217 175 -
CMYK 0.65 0 0.19 0.15
HSL 162.25º 0.65% 0.57% -
HSV(B) 162.25º 0.65% 0.85% -
XYZ 35.45 54.22 49.15 -
YUV 169.75 130.96 60.42 -
System Red Green Blue C M Y K H S L
Decimal 75 217 175 0.65 0 0.19 0.15 162.25 0.65 0.57
Hex 4B D9 AF 41 0 13 F A2 41 39
Octal 113 331 257 101 0 23 17 242 101 71
Binary 1001011 11011001 10101111 1000001 0 10011 1111 10100010 1000001 111001

Color Harmonies of #4BD9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BD9AF

Black with #4BD9AF

Text Example


Text Example

White with #4BD9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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