Html Css Color HEX #4AF8AA Medium Aquamarine

📋 copy color: '#4AF8AA'

red 74 ◦ green 248 ◦ blue 170

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

Shades of Medium Aquamarine #4AF8AA

Tints of Medium Aquamarine #4AF8AA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 50.41%

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

R = 15.04%
G = 50.41%
B = 34.55%

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

#4AF8AA (or 0x4AF8AA) is known color: Medium Aquamarine. HEX triplet: 4A, F8 and AA. RGB value is (74,248,170). Sum of RGB (Red+Green+Blue) = 74+248+170=492 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.04% from 492); Green value is 248 (97.27% from 255 or 50.41% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 248 - color contains mainly: green. Hex color #4AF8AA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF8AA is #B50755. Grayscale: #BBBBBB. Windows color (decimal): -11863894 or 11204682. OLE color: 11204682.

HSL color Cylindrical-coordinate representation of color #4AF8AA: hue angle of 153.1º degrees, saturation: 0.93, 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 #4AF8AA is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 74 248 170 -
CMYK 0.70 0 0.31 0.03
HSL 153.1º 0.93% 0.63% -
HSV(B) 153.1º 0.7% 0.97% -
XYZ 43.65 71.49 49.53 -
YUV 187.08 118.35 47.34 -
System Red Green Blue C M Y K H S L
Decimal 74 248 170 0.70 0 0.31 0.03 153.1 0.93 0.63
Hex 4A F8 AA 46 0 1F 3 99 5D 3F
Octal 112 370 252 106 0 37 3 231 135 77
Binary 1001010 11111000 10101010 1000110 0 11111 11 10011001 1011101 111111

Color Harmonies of #4AF8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF8AA

Black with #4AF8AA

Text Example


Text Example

White with #4AF8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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