#7AE3B5

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

Shades of Downy #7AE3B5

Tints of Downy #7AE3B5

Color information

#7AE3B5 (or 0x7AE3B5) is unknown color: approx Downy. HEX triplet: 7A, E3 and B5. RGB value is (122,227,181). Sum of RGB (Red+Green+Blue) = 122+227+181=530 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.02% from 530); Green value is 227 (89.06% from 255 or 42.83% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 227 - color contains mainly: green. Hex color #7AE3B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AE3B5 is #851C4A. Grayscale: #BEBEBE. Windows color (decimal): -8723531 or 11920250. OLE color: 11920250.

HSL color Cylindrical-coordinate representation of color #7AE3B5: hue angle of 153.71º degrees, saturation: 0.65, 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 #7AE3B5 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB122227181-
CMYK0.4600.200.11
HSL153.71º65.22%68.43%-
HSV(B)153.71º46.26%89.02%-
XYZ43.8462.4153.45-
YUV190.36122.7179.24-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.02%
GREEN value IS 227 (89.06% from 255) = 42.83%
BLUE value IS 181 (71.09% from 255) = 34.15%
R=23.02%
G=42.83%
B=34.15%

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
Decimal1222271810.4600.200.11153.7165.2268.43
Hex7AE3B52E014B9a4144
Octal1723432655602413232101104
Binary1111010111000111011010110111001010010111001101010000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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