Html Css Color HEX #4BF2AD Medium Aquamarine

📋 copy color: '#4BF2AD'

red 75 ◦ green 242 ◦ blue 173

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

Shades of Medium Aquamarine #4BF2AD

Tints of Medium Aquamarine #4BF2AD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.39%

 BLUE value IS 173 (67.97% from 255) = 35.31%

R = 15.31%
G = 49.39%
B = 35.31%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#4BF2AD (or 0x4BF2AD) is known color: Medium Aquamarine. HEX triplet: 4B, F2 and AD. RGB value is (75,242,173). Sum of RGB (Red+Green+Blue) = 75+242+173=490 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.31% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #4BF2AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BF2AD is #B40D52. Grayscale: #B8B8B8. Windows color (decimal): -11799891 or 11399755. OLE color: 11399755.

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

Color convert

RGB 75 242 173 -
CMYK 0.69 0 0.29 0.05
HSL 155.21º 0.87% 0.62% -
HSV(B) 155.21º 0.69% 0.95% -
XYZ 42.2 68.02 50.44 -
YUV 184.2 121.67 50.11 -
System Red Green Blue C M Y K H S L
Decimal 75 242 173 0.69 0 0.29 0.05 155.21 0.87 0.62
Hex 4B F2 AD 45 0 1D 5 9B 57 3E
Octal 113 362 255 105 0 35 5 233 127 76
Binary 1001011 11110010 10101101 1000101 0 11101 101 10011011 1010111 111110

Color Harmonies of #4BF2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BF2AD

Black with #4BF2AD

Text Example


Text Example

White with #4BF2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,242,173); }

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

background-color css

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

 a { background-color: rgb(75,242,173); }

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

border-color css

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

 span { border-color: rgb(75,242,173); }

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