Html Css Color HEX #4AF0AD Medium Aquamarine

📋 copy color: '#4AF0AD'

red 74 ◦ green 240 ◦ blue 173

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

Shades of Medium Aquamarine #4AF0AD

Tints of Medium Aquamarine #4AF0AD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.28%

 BLUE value IS 173 (67.97% from 255) = 35.52%

R = 15.2%
G = 49.28%
B = 35.52%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#4AF0AD (or 0x4AF0AD) is known color: Medium Aquamarine. HEX triplet: 4A, F0 and AD. RGB value is (74,240,173). Sum of RGB (Red+Green+Blue) = 74+240+173=487 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.20% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF0AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF0AD is #B50F52. Grayscale: #B6B6B6. Windows color (decimal): -11865939 or 11399242. OLE color: 11399242.

HSL color Cylindrical-coordinate representation of color #4AF0AD: hue angle of 155.78º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF0AD is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 74 240 173 -
CMYK 0.69 0 0.28 0.06
HSL 155.78º 0.85% 0.62% -
HSV(B) 155.78º 0.69% 0.94% -
XYZ 41.53 66.79 50.24 -
YUV 182.73 122.5 50.45 -
System Red Green Blue C M Y K H S L
Decimal 74 240 173 0.69 0 0.28 0.06 155.78 0.85 0.62
Hex 4A F0 AD 45 0 1C 6 9C 55 3E
Octal 112 360 255 105 0 34 6 234 125 76
Binary 1001010 11110000 10101101 1000101 0 11100 110 10011100 1010101 111110

Color Harmonies of #4AF0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF0AD

Black with #4AF0AD

Text Example


Text Example

White with #4AF0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,240,173); }

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

background-color css

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

 a { background-color: rgb(74,240,173); }

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

border-color css

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

 span { border-color: rgb(74,240,173); }

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