#7ADDB0

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

Shades of Medium Aquamarine #7ADDB0

Tints of Medium Aquamarine #7ADDB0

Color information

#7ADDB0 (or 0x7ADDB0) is unknown color: approx Medium Aquamarine. HEX triplet: 7A, DD and B0. RGB value is (122,221,176). Sum of RGB (Red+Green+Blue) = 122+221+176=519 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.51% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADDB0 is #85224F. Grayscale: #BABABA. Windows color (decimal): -8725072 or 11591034. OLE color: 11591034.

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

Color convert

RGB122221176-
CMYK0.4500.200.13
HSL152.73º59.28%67.25%-
HSV(B)152.73º44.8%86.67%-
XYZ41.7258.9950.26-
YUV186.27122.282.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.51%
GREEN value IS 221 (86.72% from 255) = 42.58%
BLUE value IS 176 (69.14% from 255) = 33.91%
R=23.51%
G=42.58%
B=33.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1222211760.4500.200.13152.7359.2867.25
Hex7ADDB02D014D993b43
Octal172335260550241523173103
Binary111101011011101101100001011010101001101100110011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,221,176); }

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

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

 a { background-color: rgb(122,221,176); }

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

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

 span { border-color: rgb(122,221,176); }

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