Html Css Color HEX #4AF8A9 Medium Aquamarine

📋 copy color: '#4AF8A9'

red 74 ◦ green 248 ◦ blue 169

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

Shades of Medium Aquamarine #4AF8A9

Tints of Medium Aquamarine #4AF8A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 34.42%

R = 15.07%
G = 50.51%
B = 34.42%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#4AF8A9 (or 0x4AF8A9) is known color: Medium Aquamarine. HEX triplet: 4A, F8 and A9. RGB value is (74,248,169). Sum of RGB (Red+Green+Blue) = 74+248+169=491 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.07% from 491); Green value is 248 (97.27% from 255 or 50.51% from 491); Blue value is 169 (66.41% from 255 or 34.42% from 491); Max value from RGB is 248 - color contains mainly: green. Hex color #4AF8A9 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF8A9 is #B50756. Grayscale: #BBBBBB. Windows color (decimal): -11863895 or 11139146. OLE color: 11139146.

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

Color convert

RGB 74 248 169 -
CMYK 0.70 0 0.32 0.03
HSL 152.76º 0.93% 0.63% -
HSV(B) 152.76º 0.7% 0.97% -
XYZ 43.55 71.46 49.03 -
YUV 186.97 117.85 47.42 -
System Red Green Blue C M Y K H S L
Decimal 74 248 169 0.70 0 0.32 0.03 152.76 0.93 0.63
Hex 4A F8 A9 46 0 20 3 99 5D 3F
Octal 112 370 251 106 0 40 3 231 135 77
Binary 1001010 11111000 10101001 1000110 0 100000 11 10011001 1011101 111111

Color Harmonies of #4AF8A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF8A9

Black with #4AF8A9

Text Example


Text Example

White with #4AF8A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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