#4BDFAF

Color #4BDFAF Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #4BDFAF

Tints of Medium Aquamarine #4BDFAF

Color information

#4BDFAF (or 0x4BDFAF) is unknown color: approx 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

RGB75223175-
CMYK0.6600.220.13
HSL160.54º69.81%58.43%-
HSV(B)160.54º66.37%87.45%-
XYZ37.0357.3749.68-
YUV173.28128.9757.9-

RGB Variations

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

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.00%
R=15.86%
G=47.15%
B=37.00%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal752231750.6600.220.13160.5469.8158.43
Hex4BDFAF42016Da1463a
Octal1133372571020261524110672
Binary1001011110111111010111110000100101101101101000011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BDFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>