Html Css Color HEX #4BDFAF Medium Aquamarine

📋 copy color: '#4BDFAF'

red 75 ◦ green 223 ◦ blue 175

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

Shades of Medium Aquamarine #4BDFAF

Tints of Medium Aquamarine #4BDFAF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.15%

 BLUE value IS 175 (68.75% from 255) = 37%

R = 15.86%
G = 47.15%
B = 37%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#4BDFAF (or 0x4BDFAF) is known color: Medium Aquamarine. HEX triplet: 4B, DF and AF. RGB value is (75,223,175). Sum of RGB (Red+Green+Blue) = 75+223+175=473 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.86% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDFAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDFAF is #B42050. Grayscale: #ADADAD. Windows color (decimal): -11804753 or 11525963. OLE color: 11525963.

HSL color Cylindrical-coordinate representation of color #4BDFAF: hue angle of 160.54º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDFAF is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 223 175 -
CMYK 0.66 0 0.22 0.13
HSL 160.54º 0.7% 0.58% -
HSV(B) 160.54º 0.66% 0.87% -
XYZ 37.03 57.37 49.68 -
YUV 173.28 128.97 57.9 -
System Red Green Blue C M Y K H S L
Decimal 75 223 175 0.66 0 0.22 0.13 160.54 0.7 0.58
Hex 4B DF AF 42 0 16 D A1 46 3A
Octal 113 337 257 102 0 26 15 241 106 72
Binary 1001011 11011111 10101111 1000010 0 10110 1101 10100001 1000110 111010

Color Harmonies of #4BDFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDFAF

Black with #4BDFAF

Text Example


Text Example

White with #4BDFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,223,175); }

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

background-color css

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

 a { background-color: rgb(75,223,175); }

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

border-color css

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

 span { border-color: rgb(75,223,175); }

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