Html Css Color HEX #4AECAE Medium Aquamarine

📋 copy color: '#4AECAE'

red 74 ◦ green 236 ◦ blue 174

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

Shades of Medium Aquamarine #4AECAE

Tints of Medium Aquamarine #4AECAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.95%

R = 15.29%
G = 48.76%
B = 35.95%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#4AECAE (or 0x4AECAE) is known color: Medium Aquamarine. HEX triplet: 4A, EC and AE. RGB value is (74,236,174). Sum of RGB (Red+Green+Blue) = 74+236+174=484 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.29% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 236 - color contains mainly: green. Hex color #4AECAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AECAE is #B51351. Grayscale: #B4B4B4. Windows color (decimal): -11866962 or 11463754. OLE color: 11463754.

HSL color Cylindrical-coordinate representation of color #4AECAE: hue angle of 157.04º 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 #4AECAE is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 74 236 174 -
CMYK 0.69 0 0.26 0.07
HSL 157.04º 0.81% 0.61% -
HSV(B) 157.04º 0.69% 0.93% -
XYZ 40.46 64.5 50.36 -
YUV 180.49 124.33 52.04 -
System Red Green Blue C M Y K H S L
Decimal 74 236 174 0.69 0 0.26 0.07 157.04 0.81 0.61
Hex 4A EC AE 45 0 1A 7 9D 51 3D
Octal 112 354 256 105 0 32 7 235 121 75
Binary 1001010 11101100 10101110 1000101 0 11010 111 10011101 1010001 111101

Color Harmonies of #4AECAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AECAE

Black with #4AECAE

Text Example


Text Example

White with #4AECAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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