#7AD3C5

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

Shades of Downy #7AD3C5

Tints of Downy #7AD3C5

Color information

#7AD3C5 (or 0x7AD3C5) is unknown color: approx Downy. HEX triplet: 7A, D3 and C5. RGB value is (122,211,197). Sum of RGB (Red+Green+Blue) = 122+211+197=530 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.02% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 211 - color contains mainly: green. Hex color #7AD3C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD3C5 is #852C3A. Grayscale: #B6B6B6. Windows color (decimal): -8727611 or 12964730. OLE color: 12964730.

HSL color Cylindrical-coordinate representation of color #7AD3C5: hue angle of 170.56º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD3C5 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB122211197-
CMYK0.4200.070.17
HSL170.56º50.28%65.29%-
HSV(B)170.56º42.18%82.75%-
XYZ41.454.7661.21-
YUV182.79136.0184.64-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.02%
GREEN value IS 211 (82.81% from 255) = 39.81%
BLUE value IS 197 (77.34% from 255) = 37.17%
R=23.02%
G=39.81%
B=37.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1222111970.4200.070.17170.5650.2865.29
Hex7AD3C52A0711ab3241
Octal17232330552072125362101
Binary11110101101001111000101101010011110001101010111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD3C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,211,197); }

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

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

 a { background-color: rgb(122,211,197); }

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

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

 span { border-color: rgb(122,211,197); }

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