#7AD5BE

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

Shades of Downy #7AD5BE

Tints of Downy #7AD5BE

Color information

#7AD5BE (or 0x7AD5BE) is unknown color: approx Downy. HEX triplet: 7A, D5 and BE. RGB value is (122,213,190). Sum of RGB (Red+Green+Blue) = 122+213+190=525 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.24% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD5BE is #852A41. Grayscale: #B7B7B7. Windows color (decimal): -8727106 or 12506490. OLE color: 12506490.

HSL color Cylindrical-coordinate representation of color #7AD5BE: hue angle of 164.84º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AD5BE is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB122213190-
CMYK0.4300.110.16
HSL164.84º52%65.69%-
HSV(B)164.84º42.72%83.53%-
XYZ41.1155.4457.25-
YUV183.17131.8584.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.24%
GREEN value IS 213 (83.59% from 255) = 40.57%
BLUE value IS 190 (74.61% from 255) = 36.19%
R=23.24%
G=40.57%
B=36.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1222131900.4300.110.16164.845265.69
Hex7AD5BE2B0B10a53442
Octal172325276530132024564102
Binary111101011010101101111101010110101110000101001011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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