Html Css Color HEX #4AF4A7 Medium Aquamarine

📋 copy color: '#4AF4A7'

red 74 ◦ green 244 ◦ blue 167

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

Shades of Medium Aquamarine #4AF4A7

Tints of Medium Aquamarine #4AF4A7

RGB

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

 GREEN value IS 244 (95.7% from 255) = 50.31%

 BLUE value IS 167 (65.63% from 255) = 34.43%

R = 15.26%
G = 50.31%
B = 34.43%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.32

 K value IS 0.04

RGB Variations

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

Color information

#4AF4A7 (or 0x4AF4A7) is known color: Medium Aquamarine. HEX triplet: 4A, F4 and A7. RGB value is (74,244,167). Sum of RGB (Red+Green+Blue) = 74+244+167=485 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.26% from 485); Green value is 244 (95.70% from 255 or 50.31% from 485); Blue value is 167 (65.62% from 255 or 34.43% from 485); Max value from RGB is 244 - color contains mainly: green. Hex color #4AF4A7 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF4A7 is #B50B58. Grayscale: #B8B8B8. Windows color (decimal): -11864921 or 11007050. OLE color: 11007050.

HSL color Cylindrical-coordinate representation of color #4AF4A7: hue angle of 152.82º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF4A7 is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB 74 244 167 -
CMYK 0.70 0 0.32 0.04
HSL 152.82º 0.89% 0.62% -
HSV(B) 152.82º 0.7% 0.96% -
XYZ 42.15 68.95 47.65 -
YUV 184.39 118.18 49.26 -
System Red Green Blue C M Y K H S L
Decimal 74 244 167 0.70 0 0.32 0.04 152.82 0.89 0.62
Hex 4A F4 A7 46 0 20 4 99 59 3E
Octal 112 364 247 106 0 40 4 231 131 76
Binary 1001010 11110100 10100111 1000110 0 100000 100 10011001 1011001 111110

Color Harmonies of #4AF4A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF4A7

Black with #4AF4A7

Text Example


Text Example

White with #4AF4A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,244,167); }

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

background-color css

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

 a { background-color: rgb(74,244,167); }

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

border-color css

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

 span { border-color: rgb(74,244,167); }

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