#7AD7B5

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

Shades of Downy #7AD7B5

Tints of Downy #7AD7B5

Color information

#7AD7B5 (or 0x7AD7B5) is unknown color: approx Downy. HEX triplet: 7A, D7 and B5. RGB value is (122,215,181). Sum of RGB (Red+Green+Blue) = 122+215+181=518 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.55% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 215 - color contains mainly: green. Hex color #7AD7B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD7B5 is #85284A. Grayscale: #B7B7B7. Windows color (decimal): -8726603 or 11917178. OLE color: 11917178.

HSL color Cylindrical-coordinate representation of color #7AD7B5: hue angle of 158.06º degrees, saturation: 0.54, 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 #7AD7B5 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB122215181-
CMYK0.4300.160.16
HSL158.06º53.76%66.08%-
HSV(B)158.06º43.26%84.31%-
XYZ40.6756.0752.4-
YUV183.32126.6984.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.55%
GREEN value IS 215 (84.38% from 255) = 41.51%
BLUE value IS 181 (71.09% from 255) = 34.94%
R=23.55%
G=41.51%
B=34.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1222151810.4300.160.16158.0653.7666.08
Hex7AD7B52B010109e3642
Octal172327265530202023666102
Binary1111010110101111011010110101101000010000100111101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,215,181); }

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

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

 a { background-color: rgb(122,215,181); }

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

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

 span { border-color: rgb(122,215,181); }

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