Html Css Color HEX #4FF2AA Medium Aquamarine

📋 copy color: '#4FF2AA'

red 79 ◦ green 242 ◦ blue 170

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

Shades of Medium Aquamarine #4FF2AA

Tints of Medium Aquamarine #4FF2AA

RGB

 RED value IS 79 (31.25% from 255) = 16.09%

 GREEN value IS 242 (94.92% from 255) = 49.29%

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

R = 16.09%
G = 49.29%
B = 34.62%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#4FF2AA (or 0x4FF2AA) is known color: Medium Aquamarine. HEX triplet: 4F, F2 and AA. RGB value is (79,242,170). Sum of RGB (Red+Green+Blue) = 79+242+170=491 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.09% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 242 - color contains mainly: green. Hex color #4FF2AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4FF2AA is #B00D55. Grayscale: #B9B9B9. Windows color (decimal): -11537750 or 11203151. OLE color: 11203151.

HSL color Cylindrical-coordinate representation of color #4FF2AA: hue angle of 153.5º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FF2AA is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 79 242 170 -
CMYK 0.67 0 0.30 0.05
HSL 153.5º 0.86% 0.63% -
HSV(B) 153.5º 0.67% 0.95% -
XYZ 42.23 68.07 48.94 -
YUV 185.06 119.5 52.35 -
System Red Green Blue C M Y K H S L
Decimal 79 242 170 0.67 0 0.30 0.05 153.5 0.86 0.63
Hex 4F F2 AA 43 0 1E 5 99 56 3F
Octal 117 362 252 103 0 36 5 231 126 77
Binary 1001111 11110010 10101010 1000011 0 11110 101 10011001 1010110 111111

Color Harmonies of #4FF2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FF2AA

Black with #4FF2AA

Text Example


Text Example

White with #4FF2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,242,170); }

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

background-color css

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

 a { background-color: rgb(79,242,170); }

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

border-color css

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

 span { border-color: rgb(79,242,170); }

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