#7AE7B6

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

Shades of Downy #7AE7B6

Tints of Downy #7AE7B6

Color information

#7AE7B6 (or 0x7AE7B6) is unknown color: approx Downy. HEX triplet: 7A, E7 and B6. RGB value is (122,231,182). Sum of RGB (Red+Green+Blue) = 122+231+182=535 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.80% from 535); Green value is 231 (90.62% from 255 or 43.18% from 535); Blue value is 182 (71.48% from 255 or 34.02% from 535); Max value from RGB is 231 - color contains mainly: green. Hex color #7AE7B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AE7B6 is #851849. Grayscale: #C0C0C0. Windows color (decimal): -8722506 or 11986810. OLE color: 11986810.

HSL color Cylindrical-coordinate representation of color #7AE7B6: hue angle of 153.03º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AE7B6 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB122231182-
CMYK0.4700.210.09
HSL153.03º69.43%69.22%-
HSV(B)153.03º47.19%90.59%-
XYZ45.0564.6754.36-
YUV192.82121.8977.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.80%
GREEN value IS 231 (90.62% from 255) = 43.18%
BLUE value IS 182 (71.48% from 255) = 34.02%
R=22.80%
G=43.18%
B=34.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1222311820.4700.210.09153.0369.4369.22
Hex7AE7B62F0159994545
Octal1723472665702511231105105
Binary1111010111001111011011010111101010110011001100110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,231,182); }

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

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

 a { background-color: rgb(122,231,182); }

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

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

 span { border-color: rgb(122,231,182); }

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