#7BDDAB

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

Shades of Medium Aquamarine #7BDDAB

Tints of Medium Aquamarine #7BDDAB

Color information

#7BDDAB (or 0x7BDDAB) is unknown color: approx Medium Aquamarine. HEX triplet: 7B, DD and AB. RGB value is (123,221,171). Sum of RGB (Red+Green+Blue) = 123+221+171=515 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.88% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #7BDDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDDAB is #842254. Grayscale: #BABABA. Windows color (decimal): -8659541 or 11263355. OLE color: 11263355.

HSL color Cylindrical-coordinate representation of color #7BDDAB: hue angle of 149.39º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDDAB is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB123221171-
CMYK0.4400.230.13
HSL149.39º59.04%67.45%-
HSV(B)149.39º44.34%86.67%-
XYZ41.3858.8647.71-
YUV186119.5383.07-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.88%
GREEN value IS 221 (86.72% from 255) = 42.91%
BLUE value IS 171 (67.19% from 255) = 33.20%
R=23.88%
G=42.91%
B=33.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1232211710.4400.230.13149.3959.0467.45
Hex7BDDAB2C017D953b43
Octal173335253540271522573103
Binary111101111011101101010111011000101111101100101011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,221,171); }

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

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

 a { background-color: rgb(123,221,171); }

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

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

 span { border-color: rgb(123,221,171); }

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