#7AE2B5

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

Shades of Downy #7AE2B5

Tints of Downy #7AE2B5

Color information

#7AE2B5 (or 0x7AE2B5) is unknown color: approx Downy. HEX triplet: 7A, E2 and B5. RGB value is (122,226,181). Sum of RGB (Red+Green+Blue) = 122+226+181=529 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.06% from 529); Green value is 226 (88.67% from 255 or 42.72% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 226 - color contains mainly: green. Hex color #7AE2B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AE2B5 is #851D4A. Grayscale: #BDBDBD. Windows color (decimal): -8723787 or 11919994. OLE color: 11919994.

HSL color Cylindrical-coordinate representation of color #7AE2B5: hue angle of 154.04º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE2B5 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB122226181-
CMYK0.4600.200.11
HSL154.04º64.2%68.24%-
HSV(B)154.04º46.02%88.63%-
XYZ43.5661.8753.36-
YUV189.77123.0479.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.06%
GREEN value IS 226 (88.67% from 255) = 42.72%
BLUE value IS 181 (71.09% from 255) = 34.22%
R=23.06%
G=42.72%
B=34.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1222261810.4600.200.11154.0464.268.24
Hex7AE2B52E014B9a4044
Octal1723422655602413232100104
Binary1111010111000101011010110111001010010111001101010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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