#7BDAAC

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

Shades of Medium Aquamarine #7BDAAC

Tints of Medium Aquamarine #7BDAAC

Color information

#7BDAAC (or 0x7BDAAC) is unknown color: approx Medium Aquamarine. HEX triplet: 7B, DA and AC. RGB value is (123,218,172). Sum of RGB (Red+Green+Blue) = 123+218+172=513 (67% of max value = 765). Red value is 123 (48.44% from 255 or 23.98% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #7BDAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDAAC is #842553. Grayscale: #B8B8B8. Windows color (decimal): -8660308 or 11328123. OLE color: 11328123.

HSL color Cylindrical-coordinate representation of color #7BDAAC: hue angle of 150.95º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDAAC is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB123218172-
CMYK0.4400.210.15
HSL150.95º56.21%66.86%-
HSV(B)150.95º43.58%85.49%-
XYZ40.6957.3347.95-
YUV184.35121.0384.24-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.98%
GREEN value IS 218 (85.55% from 255) = 42.50%
BLUE value IS 172 (67.58% from 255) = 33.53%
R=23.98%
G=42.50%
B=33.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1232181720.4400.210.15150.9556.2166.86
Hex7BDAAC2C015F973843
Octal173332254540251722770103
Binary111101111011010101011001011000101011111100101111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BDAAC; }

 p { color: rgb(123,218,172); }

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

<style>
 a { background-color: #7BDAAC; }

 a { background-color: rgb(123,218,172); }

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

<style>
 span { border-color: #7BDAAC; }

 span { border-color: rgb(123,218,172); }

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