Html Css Color HEX #4AFAAA Medium Aquamarine

📋 copy color: '#4AFAAA'

red 74 ◦ green 250 ◦ blue 170

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

Shades of Medium Aquamarine #4AFAAA

Tints of Medium Aquamarine #4AFAAA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.61%

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

R = 14.98%
G = 50.61%
B = 34.41%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#4AFAAA (or 0x4AFAAA) is known color: Medium Aquamarine. HEX triplet: 4A, FA and AA. RGB value is (74,250,170). Sum of RGB (Red+Green+Blue) = 74+250+170=494 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.98% from 494); Green value is 250 (98.05% from 255 or 50.61% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFAAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFAAA is #B50555. Grayscale: #BCBCBC. Windows color (decimal): -11863382 or 11205194. OLE color: 11205194.

HSL color Cylindrical-coordinate representation of color #4AFAAA: hue angle of 152.73º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AFAAA is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 250 170 -
CMYK 0.70 0 0.32 0.02
HSL 152.73º 0.95% 0.64% -
HSV(B) 152.73º 0.7% 0.98% -
XYZ 44.27 72.73 49.74 -
YUV 188.26 117.69 46.5 -
System Red Green Blue C M Y K H S L
Decimal 74 250 170 0.70 0 0.32 0.02 152.73 0.95 0.64
Hex 4A FA AA 46 0 20 2 99 5F 40
Octal 112 372 252 106 0 40 2 231 137 100
Binary 1001010 11111010 10101010 1000110 0 100000 10 10011001 1011111 1000000

Color Harmonies of #4AFAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFAAA

Black with #4AFAAA

Text Example


Text Example

White with #4AFAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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