#7AD9BE

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

Shades of Downy #7AD9BE

Tints of Downy #7AD9BE

Color information

#7AD9BE (or 0x7AD9BE) is unknown color: approx Downy. HEX triplet: 7A, D9 and BE. RGB value is (122,217,190). Sum of RGB (Red+Green+Blue) = 122+217+190=529 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.06% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 217 - color contains mainly: green. Hex color #7AD9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD9BE is #852641. Grayscale: #B9B9B9. Windows color (decimal): -8726082 or 12507514. OLE color: 12507514.

HSL color Cylindrical-coordinate representation of color #7AD9BE: hue angle of 162.95º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AD9BE is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB122217190-
CMYK0.4400.120.15
HSL162.95º55.56%66.47%-
HSV(B)162.95º43.78%85.1%-
XYZ42.1357.4857.59-
YUV185.52130.5382.7-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.06%
GREEN value IS 217 (85.16% from 255) = 41.02%
BLUE value IS 190 (74.61% from 255) = 35.92%
R=23.06%
G=41.02%
B=35.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1222171900.4400.120.15162.9555.5666.47
Hex7AD9BE2C0CFa33842
Octal172331276540141724370102
Binary11110101101100110111110101100011001111101000111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,217,190); }

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

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

 a { background-color: rgb(122,217,190); }

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

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

 span { border-color: rgb(122,217,190); }

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