Html Css Color HEX #4BE0AF Medium Aquamarine

📋 copy color: '#4BE0AF'

red 75 ◦ green 224 ◦ blue 175

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

Shades of Medium Aquamarine #4BE0AF

Tints of Medium Aquamarine #4BE0AF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.26%

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

R = 15.82%
G = 47.26%
B = 36.92%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#4BE0AF (or 0x4BE0AF) is known color: Medium Aquamarine. HEX triplet: 4B, E0 and AF. RGB value is (75,224,175). Sum of RGB (Red+Green+Blue) = 75+224+175=474 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.82% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 224 - color contains mainly: green. Hex color #4BE0AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BE0AF is #B41F50. Grayscale: #ADADAD. Windows color (decimal): -11804497 or 11526219. OLE color: 11526219.

HSL color Cylindrical-coordinate representation of color #4BE0AF: hue angle of 160.27º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BE0AF is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 75 224 175 -
CMYK 0.67 0 0.22 0.12
HSL 160.27º 0.71% 0.59% -
HSV(B) 160.27º 0.67% 0.88% -
XYZ 37.3 57.9 49.77 -
YUV 173.86 128.64 57.48 -
System Red Green Blue C M Y K H S L
Decimal 75 224 175 0.67 0 0.22 0.12 160.27 0.71 0.59
Hex 4B E0 AF 43 0 16 C A0 47 3B
Octal 113 340 257 103 0 26 14 240 107 73
Binary 1001011 11100000 10101111 1000011 0 10110 1100 10100000 1000111 111011

Color Harmonies of #4BE0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BE0AF

Black with #4BE0AF

Text Example


Text Example

White with #4BE0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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