Html Css Color HEX #4AEBAE Medium Aquamarine

📋 copy color: '#4AEBAE'

red 74 ◦ green 235 ◦ blue 174

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

Shades of Medium Aquamarine #4AEBAE

Tints of Medium Aquamarine #4AEBAE

RGB

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

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

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

R = 15.32%
G = 48.65%
B = 36.02%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#4AEBAE (or 0x4AEBAE) is known color: Medium Aquamarine. HEX triplet: 4A, EB and AE. RGB value is (74,235,174). Sum of RGB (Red+Green+Blue) = 74+235+174=483 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.32% from 483); Green value is 235 (92.19% from 255 or 48.65% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 235 - color contains mainly: green. Hex color #4AEBAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AEBAE is #B51451. Grayscale: #B3B3B3. Windows color (decimal): -11867218 or 11463498. OLE color: 11463498.

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

Color convert

RGB 74 235 174 -
CMYK 0.69 0 0.26 0.08
HSL 157.27º 0.8% 0.61% -
HSV(B) 157.27º 0.69% 0.92% -
XYZ 40.17 63.93 50.27 -
YUV 179.91 124.66 52.46 -
System Red Green Blue C M Y K H S L
Decimal 74 235 174 0.69 0 0.26 0.08 157.27 0.8 0.61
Hex 4A EB AE 45 0 1A 8 9D 50 3D
Octal 112 353 256 105 0 32 10 235 120 75
Binary 1001010 11101011 10101110 1000101 0 11010 1000 10011101 1010000 111101

Color Harmonies of #4AEBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEBAE

Black with #4AEBAE

Text Example


Text Example

White with #4AEBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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