Html Css Color HEX #4AFBAA Medium Aquamarine

📋 copy color: '#4AFBAA'

red 74 ◦ green 251 ◦ blue 170

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

Shades of Medium Aquamarine #4AFBAA

Tints of Medium Aquamarine #4AFBAA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50.71%

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

R = 14.95%
G = 50.71%
B = 34.34%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#4AFBAA (or 0x4AFBAA) is known color: Medium Aquamarine. HEX triplet: 4A, FB and AA. RGB value is (74,251,170). Sum of RGB (Red+Green+Blue) = 74+251+170=495 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.95% from 495); Green value is 251 (98.44% from 255 or 50.71% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFBAA is #B50455. Grayscale: #BCBCBC. Windows color (decimal): -11863126 or 11205450. OLE color: 11205450.

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

Color convert

RGB 74 251 170 -
CMYK 0.71 0 0.32 0.02
HSL 152.54º 0.96% 0.64% -
HSV(B) 152.54º 0.71% 0.98% -
XYZ 44.58 73.35 49.84 -
YUV 188.84 117.36 46.09 -
System Red Green Blue C M Y K H S L
Decimal 74 251 170 0.71 0 0.32 0.02 152.54 0.96 0.64
Hex 4A FB AA 47 0 20 2 99 60 40
Octal 112 373 252 107 0 40 2 231 140 100
Binary 1001010 11111011 10101010 1000111 0 100000 10 10011001 1100000 1000000

Color Harmonies of #4AFBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFBAA

Black with #4AFBAA

Text Example


Text Example

White with #4AFBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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