#4BD7B1

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

Shades of Medium Aquamarine #4BD7B1

Tints of Medium Aquamarine #4BD7B1

Color information

#4BD7B1 (or 0x4BD7B1) is unknown color: approx Medium Aquamarine. HEX triplet: 4B, D7 and B1. RGB value is (75,215,177). Sum of RGB (Red+Green+Blue) = 75+215+177=467 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.06% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 215 - color contains mainly: green. Hex color #4BD7B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BD7B1 is #B4284E. Grayscale: #A8A8A8. Windows color (decimal): -11806799 or 11654987. OLE color: 11654987.

HSL color Cylindrical-coordinate representation of color #4BD7B1: hue angle of 163.71º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD7B1 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB75215177-
CMYK0.6500.180.16
HSL163.71º63.64%56.86%-
HSV(B)163.71º65.12%84.31%-
XYZ35.1453.2750.03-
YUV168.81132.6261.09-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.06%
GREEN value IS 215 (84.38% from 255) = 46.04%
BLUE value IS 177 (69.53% from 255) = 37.90%
R=16.06%
G=46.04%
B=37.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal752151770.6500.180.16163.7163.6456.86
Hex4BD7B14101210a44039
Octal1133272611010222024410071
Binary10010111101011110110001100000101001010000101001001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,215,177); }

 H1.HeaderClassName
 {
   color: #4BD7B1;
 }
 .AnyTagClassName
 {
   color: #4BD7B1;
 }
</style>
background-color css

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

 a { background-color: rgb(75,215,177); }

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

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

 span { border-color: rgb(75,215,177); }

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