#7ADCB1

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

Shades of Medium Aquamarine #7ADCB1

Tints of Medium Aquamarine #7ADCB1

Color information

#7ADCB1 (or 0x7ADCB1) is unknown color: approx Medium Aquamarine. HEX triplet: 7A, DC and B1. RGB value is (122,220,177). Sum of RGB (Red+Green+Blue) = 122+220+177=519 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.51% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADCB1 is #85234E. Grayscale: #B9B9B9. Windows color (decimal): -8725327 or 11656314. OLE color: 11656314.

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

Color convert

RGB122220177-
CMYK0.4500.200.14
HSL153.67º58.33%67.06%-
HSV(B)153.67º44.55%86.27%-
XYZ41.5658.550.7-
YUV185.8123.0382.5-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.51%
GREEN value IS 220 (86.33% from 255) = 42.39%
BLUE value IS 177 (69.53% from 255) = 34.10%
R=23.51%
G=42.39%
B=34.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1222201770.4500.200.14153.6758.3367.06
Hex7ADCB12D014E9a3a43
Octal172334261550241623272103
Binary111101011011100101100011011010101001110100110101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,220,177); }

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

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

 a { background-color: rgb(122,220,177); }

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

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

 span { border-color: rgb(122,220,177); }

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