Html Css Color HEX #4AECB0 Medium Aquamarine

📋 copy color: '#4AECB0'

red 74 ◦ green 236 ◦ blue 176

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

Shades of Medium Aquamarine #4AECB0

Tints of Medium Aquamarine #4AECB0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.56%

 BLUE value IS 176 (69.14% from 255) = 36.21%

R = 15.23%
G = 48.56%
B = 36.21%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#4AECB0 (or 0x4AECB0) is known color: Medium Aquamarine. HEX triplet: 4A, EC and B0. RGB value is (74,236,176). Sum of RGB (Red+Green+Blue) = 74+236+176=486 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.23% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #4AECB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AECB0 is #B5134F. Grayscale: #B4B4B4. Windows color (decimal): -11866960 or 11594826. OLE color: 11594826.

HSL color Cylindrical-coordinate representation of color #4AECB0: hue angle of 157.78º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AECB0 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 74 236 176 -
CMYK 0.69 0 0.25 0.07
HSL 157.78º 0.81% 0.61% -
HSV(B) 157.78º 0.69% 0.93% -
XYZ 40.66 64.58 51.4 -
YUV 180.72 125.33 51.88 -
System Red Green Blue C M Y K H S L
Decimal 74 236 176 0.69 0 0.25 0.07 157.78 0.81 0.61
Hex 4A EC B0 45 0 19 7 9E 51 3D
Octal 112 354 260 105 0 31 7 236 121 75
Binary 1001010 11101100 10110000 1000101 0 11001 111 10011110 1010001 111101

Color Harmonies of #4AECB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AECB0

Black with #4AECB0

Text Example


Text Example

White with #4AECB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,236,176); }

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

background-color css

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

 a { background-color: rgb(74,236,176); }

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

border-color css

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

 span { border-color: rgb(74,236,176); }

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