#7AE0B3

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

Shades of Downy #7AE0B3

Tints of Downy #7AE0B3

Color information

#7AE0B3 (or 0x7AE0B3) is unknown color: approx Downy. HEX triplet: 7A, E0 and B3. RGB value is (122,224,179). Sum of RGB (Red+Green+Blue) = 122+224+179=525 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.24% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #7AE0B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AE0B3 is #851F4C. Grayscale: #BCBCBC. Windows color (decimal): -8724301 or 11788410. OLE color: 11788410.

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

Color convert

RGB122224179-
CMYK0.4600.200.12
HSL153.53º62.2%67.84%-
HSV(B)153.53º45.54%87.84%-
XYZ42.8260.752.11-
YUV188.37122.7180.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.24%
GREEN value IS 224 (87.89% from 255) = 42.67%
BLUE value IS 179 (70.31% from 255) = 34.10%
R=23.24%
G=42.67%
B=34.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1222241790.4600.200.12153.5362.267.84
Hex7AE0B32E014C9a3e44
Octal172340263560241423276104
Binary111101011100000101100111011100101001100100110101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,224,179); }

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

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

 a { background-color: rgb(122,224,179); }

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

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

 span { border-color: rgb(122,224,179); }

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