Html Css Color HEX #4BFAAB Medium Aquamarine

📋 copy color: '#4BFAAB'

red 75 ◦ green 250 ◦ blue 171

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

Shades of Medium Aquamarine #4BFAAB

Tints of Medium Aquamarine #4BFAAB

RGB

 RED value IS 75 (29.69% from 255) = 15.12%

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

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

R = 15.12%
G = 50.4%
B = 34.48%

CMYK

 C value IS 0.7

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#4BFAAB (or 0x4BFAAB) is known color: Medium Aquamarine. HEX triplet: 4B, FA and AB. RGB value is (75,250,171). Sum of RGB (Red+Green+Blue) = 75+250+171=496 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.12% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #4BFAAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BFAAB is #B40554. Grayscale: #BCBCBC. Windows color (decimal): -11797845 or 11270731. OLE color: 11270731.

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

Color convert

RGB 75 250 171 -
CMYK 0.7 0 0.32 0.02
HSL 152.91º 0.95% 0.64% -
HSV(B) 152.91º 0.7% 0.98% -
XYZ 44.44 72.81 50.24 -
YUV 188.67 118.02 46.92 -
System Red Green Blue C M Y K H S L
Decimal 75 250 171 0.7 0 0.32 0.02 152.91 0.95 0.64
Hex 4B FA AB 46 0 20 2 99 5F 40
Octal 113 372 253 106 0 40 2 231 137 100
Binary 1001011 11111010 10101011 1000110 0 100000 10 10011001 1011111 1000000

Color Harmonies of #4BFAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFAAB

Black with #4BFAAB

Text Example


Text Example

White with #4BFAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,250,171); }

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

background-color css

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

 a { background-color: rgb(75,250,171); }

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

border-color css

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

 span { border-color: rgb(75,250,171); }

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