#7adba4

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

Shades of Medium Aquamarine #7ADBA4

Tints of Medium Aquamarine #7ADBA4

Color information

#7ADBA4 (or 0x7ADBA4) is unknown color: approx Medium Aquamarine. HEX triplet: 7A, DB and A4. RGB value is (122,219,164). Sum of RGB (Red+Green+Blue) = 122+219+164=505 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.16% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 164 (64.45% from 255 or 32.48% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #7ADBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADBA4 is #85245B. Grayscale: #B7B7B7. Windows color (decimal): -8725596 or 10804090. OLE color: 10804090.

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

Color convert

RGB122219164-
CMYK0.4400.250.14
HSL145.98º57.4%66.86%-
HSV(B)145.98º44.29%85.88%-
XYZ40.0657.4844.11-
YUV183.73116.8683.97-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.16%
GREEN value IS 219 (85.94% from 255) = 43.37%
BLUE value IS 164 (64.45% from 255) = 32.48%
R=24.16%
G=43.37%
B=32.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1222191640.4400.250.14145.9857.466.86
Hex7ADBA42C019E923943
Octal172333244540311622271103
Binary111101011011011101001001011000110011110100100101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7adba4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,219,164); }

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

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

 a { background-color: rgb(122,219,164); }

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

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

 span { border-color: rgb(122,219,164); }

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