Html Css Color HEX #4AFBAB Medium Aquamarine

📋 copy color: '#4AFBAB'

red 74 ◦ green 251 ◦ blue 171

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

Shades of Medium Aquamarine #4AFBAB

Tints of Medium Aquamarine #4AFBAB

RGB

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

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

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

R = 14.92%
G = 50.6%
B = 34.48%

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

#4AFBAB (or 0x4AFBAB) is known color: Medium Aquamarine. HEX triplet: 4A, FB and AB. RGB value is (74,251,171). Sum of RGB (Red+Green+Blue) = 74+251+171=496 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.92% from 496); Green value is 251 (98.44% from 255 or 50.60% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFBAB is #B50454. Grayscale: #BDBDBD. Windows color (decimal): -11863125 or 11270986. OLE color: 11270986.

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

Color convert

RGB 74 251 171 -
CMYK 0.71 0 0.32 0.02
HSL 152.88º 0.96% 0.64% -
HSV(B) 152.88º 0.71% 0.98% -
XYZ 44.67 73.39 50.34 -
YUV 188.96 117.86 46 -
System Red Green Blue C M Y K H S L
Decimal 74 251 171 0.71 0 0.32 0.02 152.88 0.96 0.64
Hex 4A FB AB 47 0 20 2 99 60 40
Octal 112 373 253 107 0 40 2 231 140 100
Binary 1001010 11111011 10101011 1000111 0 100000 10 10011001 1100000 1000000

Color Harmonies of #4AFBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFBAB

Black with #4AFBAB

Text Example


Text Example

White with #4AFBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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