#7AE1B7

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

Shades of Downy #7AE1B7

Tints of Downy #7AE1B7

Color information

#7AE1B7 (or 0x7AE1B7) is unknown color: approx Downy. HEX triplet: 7A, E1 and B7. RGB value is (122,225,183). Sum of RGB (Red+Green+Blue) = 122+225+183=530 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.02% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 225 - color contains mainly: green. Hex color #7AE1B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AE1B7 is #851E48. Grayscale: #BDBDBD. Windows color (decimal): -8724041 or 12050810. OLE color: 12050810.

HSL color Cylindrical-coordinate representation of color #7AE1B7: hue angle of 155.53º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE1B7 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB122225183-
CMYK0.4600.190.12
HSL155.53º63.19%68.04%-
HSV(B)155.53º45.78%88.24%-
XYZ43.561.4154.36-
YUV189.42124.3879.92-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.02%
GREEN value IS 225 (88.28% from 255) = 42.45%
BLUE value IS 183 (71.88% from 255) = 34.53%
R=23.02%
G=42.45%
B=34.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1222251830.4600.190.12155.5363.1968.04
Hex7AE1B72E013C9c3f44
Octal172341267560231423477104
Binary111101011100001101101111011100100111100100111001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,225,183); }

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

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

 a { background-color: rgb(122,225,183); }

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

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

 span { border-color: rgb(122,225,183); }

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