#7ADBA8

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

Shades of Medium Aquamarine #7ADBA8

Tints of Medium Aquamarine #7ADBA8

Color information

#7ADBA8 (or 0x7ADBA8) is unknown color: approx Medium Aquamarine. HEX triplet: 7A, DB and A8. RGB value is (122,219,168). Sum of RGB (Red+Green+Blue) = 122+219+168=509 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.97% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #7ADBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADBA8 is #852457. Grayscale: #B8B8B8. Windows color (decimal): -8725592 or 11066234. OLE color: 11066234.

HSL color Cylindrical-coordinate representation of color #7ADBA8: hue angle of 148.45º 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 #7ADBA8 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB122219168-
CMYK0.4400.230.14
HSL148.45º57.4%66.86%-
HSV(B)148.45º44.29%85.88%-
XYZ40.4357.6346.04-
YUV184.18118.8683.65-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.97%
GREEN value IS 219 (85.94% from 255) = 43.03%
BLUE value IS 168 (66.02% from 255) = 33.01%
R=23.97%
G=43.03%
B=33.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1222191680.4400.230.14148.4557.466.86
Hex7ADBA82C017E943943
Octal172333250540271622471103
Binary111101011011011101010001011000101111110100101001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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