#7ACDC5

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

Shades of Downy #7ACDC5

Tints of Downy #7ACDC5

Color information

#7ACDC5 (or 0x7ACDC5) is unknown color: approx Downy. HEX triplet: 7A, CD and C5. RGB value is (122,205,197). Sum of RGB (Red+Green+Blue) = 122+205+197=524 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.28% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACDC5 is #85323A. Grayscale: #B3B3B3. Windows color (decimal): -8729147 or 12963194. OLE color: 12963194.

HSL color Cylindrical-coordinate representation of color #7ACDC5: hue angle of 174.22º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ACDC5 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB122205197-
CMYK0.4000.040.20
HSL174.22º45.36%64.12%-
HSV(B)174.22º40.49%80.39%-
XYZ39.9451.8360.72-
YUV179.2713887.15-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.28%
GREEN value IS 205 (80.47% from 255) = 39.12%
BLUE value IS 197 (77.34% from 255) = 37.60%
R=23.28%
G=39.12%
B=37.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1222051970.4000.040.20174.2245.3664.12
Hex7ACDC5280414ae2d40
Octal17231530550042425655100
Binary11110101100110111000101101000010010100101011101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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