Html Css Color HEX #4AEBAC Medium Aquamarine

📋 copy color: '#4AEBAC'

red 74 ◦ green 235 ◦ blue 172

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

Shades of Medium Aquamarine #4AEBAC

Tints of Medium Aquamarine #4AEBAC

RGB

 RED value IS 74 (29.3% from 255) = 15.38%

 GREEN value IS 235 (92.19% from 255) = 48.86%

 BLUE value IS 172 (67.58% from 255) = 35.76%

R = 15.38%
G = 48.86%
B = 35.76%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#4AEBAC (or 0x4AEBAC) is known color: Medium Aquamarine. HEX triplet: 4A, EB and AC. RGB value is (74,235,172). Sum of RGB (Red+Green+Blue) = 74+235+172=481 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.38% from 481); Green value is 235 (92.19% from 255 or 48.86% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 235 - color contains mainly: green. Hex color #4AEBAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AEBAC is #B51453. Grayscale: #B3B3B3. Windows color (decimal): -11867220 or 11332426. OLE color: 11332426.

HSL color Cylindrical-coordinate representation of color #4AEBAC: hue angle of 156.52º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEBAC is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 235 172 -
CMYK 0.69 0 0.27 0.08
HSL 156.52º 0.8% 0.61% -
HSV(B) 156.52º 0.69% 0.92% -
XYZ 39.98 63.85 49.25 -
YUV 179.68 123.66 52.62 -
System Red Green Blue C M Y K H S L
Decimal 74 235 172 0.69 0 0.27 0.08 156.52 0.8 0.61
Hex 4A EB AC 45 0 1B 8 9D 50 3D
Octal 112 353 254 105 0 33 10 235 120 75
Binary 1001010 11101011 10101100 1000101 0 11011 1000 10011101 1010000 111101

Color Harmonies of #4AEBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEBAC

Black with #4AEBAC

Text Example


Text Example

White with #4AEBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,235,172); }

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

background-color css

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

 a { background-color: rgb(74,235,172); }

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

border-color css

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

 span { border-color: rgb(74,235,172); }

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