#4be0b3

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

Shades of Medium Aquamarine #4BE0B3

Tints of Medium Aquamarine #4BE0B3

Color information

#4BE0B3 (or 0x4BE0B3) is unknown color: approx Medium Aquamarine. HEX triplet: 4B, E0 and B3. RGB value is (75,224,179). Sum of RGB (Red+Green+Blue) = 75+224+179=478 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.69% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 224 - color contains mainly: green. Hex color #4BE0B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BE0B3 is #B41F4C. Grayscale: #AEAEAE. Windows color (decimal): -11804493 or 11788363. OLE color: 11788363.

HSL color Cylindrical-coordinate representation of color #4BE0B3: hue angle of 161.88º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BE0B3 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB75224179-
CMYK0.6700.200.12
HSL161.88º70.62%58.63%-
HSV(B)161.88º66.52%87.84%-
XYZ37.6958.0651.87-
YUV174.32130.6457.16-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.69%
GREEN value IS 224 (87.89% from 255) = 46.86%
BLUE value IS 179 (70.31% from 255) = 37.45%
R=15.69%
G=46.86%
B=37.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal752241790.6700.200.12161.8870.6258.63
Hex4BE0B343014Ca2473b
Octal1133402631030241424210773
Binary1001011111000001011001110000110101001100101000101000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4be0b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,224,179); }

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

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

 a { background-color: rgb(75,224,179); }

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

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

 span { border-color: rgb(75,224,179); }

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