Html Css Color HEX #4AF0AB Medium Aquamarine

📋 copy color: '#4AF0AB'

red 74 ◦ green 240 ◦ blue 171

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

Shades of Medium Aquamarine #4AF0AB

Tints of Medium Aquamarine #4AF0AB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.48%

 BLUE value IS 171 (67.19% from 255) = 35.26%

R = 15.26%
G = 49.48%
B = 35.26%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#4AF0AB (or 0x4AF0AB) is known color: Medium Aquamarine. HEX triplet: 4A, F0 and AB. RGB value is (74,240,171). Sum of RGB (Red+Green+Blue) = 74+240+171=485 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.26% from 485); Green value is 240 (94.14% from 255 or 49.48% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF0AB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF0AB is #B50F54. Grayscale: #B6B6B6. Windows color (decimal): -11865941 or 11268170. OLE color: 11268170.

HSL color Cylindrical-coordinate representation of color #4AF0AB: hue angle of 155.06º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF0AB is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 74 240 171 -
CMYK 0.69 0 0.29 0.06
HSL 155.06º 0.85% 0.62% -
HSV(B) 155.06º 0.69% 0.94% -
XYZ 41.33 66.72 49.23 -
YUV 182.5 121.5 50.61 -
System Red Green Blue C M Y K H S L
Decimal 74 240 171 0.69 0 0.29 0.06 155.06 0.85 0.62
Hex 4A F0 AB 45 0 1D 6 9B 55 3E
Octal 112 360 253 105 0 35 6 233 125 76
Binary 1001010 11110000 10101011 1000101 0 11101 110 10011011 1010101 111110

Color Harmonies of #4AF0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF0AB

Black with #4AF0AB

Text Example


Text Example

White with #4AF0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,240,171); }

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

background-color css

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

 a { background-color: rgb(74,240,171); }

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

border-color css

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

 span { border-color: rgb(74,240,171); }

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