Html Css Color HEX #4AF7AA Medium Aquamarine

📋 copy color: '#4AF7AA'

red 74 ◦ green 247 ◦ blue 170

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

Shades of Medium Aquamarine #4AF7AA

Tints of Medium Aquamarine #4AF7AA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 50.31%

 BLUE value IS 170 (66.8% from 255) = 34.62%

R = 15.07%
G = 50.31%
B = 34.62%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#4AF7AA (or 0x4AF7AA) is known color: Medium Aquamarine. HEX triplet: 4A, F7 and AA. RGB value is (74,247,170). Sum of RGB (Red+Green+Blue) = 74+247+170=491 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.07% from 491); Green value is 247 (96.88% from 255 or 50.31% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 247 - color contains mainly: green. Hex color #4AF7AA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF7AA is #B50855. Grayscale: #BABABA. Windows color (decimal): -11864150 or 11204426. OLE color: 11204426.

HSL color Cylindrical-coordinate representation of color #4AF7AA: hue angle of 153.29º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF7AA is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 74 247 170 -
CMYK 0.70 0 0.31 0.03
HSL 153.29º 0.92% 0.63% -
HSV(B) 153.29º 0.7% 0.97% -
XYZ 43.34 70.88 49.43 -
YUV 186.5 118.69 47.76 -
System Red Green Blue C M Y K H S L
Decimal 74 247 170 0.70 0 0.31 0.03 153.29 0.92 0.63
Hex 4A F7 AA 46 0 1F 3 99 5C 3F
Octal 112 367 252 106 0 37 3 231 134 77
Binary 1001010 11110111 10101010 1000110 0 11111 11 10011001 1011100 111111

Color Harmonies of #4AF7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF7AA

Black with #4AF7AA

Text Example


Text Example

White with #4AF7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,247,170); }

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

background-color css

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

 a { background-color: rgb(74,247,170); }

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

border-color css

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

 span { border-color: rgb(74,247,170); }

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