#7AC5C4

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

Shades of Downy #7AC5C4

Tints of Downy #7AC5C4

Color information

#7AC5C4 (or 0x7AC5C4) is unknown color: approx Downy. HEX triplet: 7A, C5 and C4. RGB value is (122,197,196). Sum of RGB (Red+Green+Blue) = 122+197+196=515 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.69% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC5C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AC5C4 is #853A3B. Grayscale: #AEAEAE. Windows color (decimal): -8731196 or 12895610. OLE color: 12895610.

HSL color Cylindrical-coordinate representation of color #7AC5C4: hue angle of 179.2º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AC5C4 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB122197196-
CMYK0.3800.010.23
HSL179.2º39.27%62.55%-
HSV(B)179.2º38.07%77.25%-
XYZ37.9648.0659.5-
YUV174.46140.1590.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.69%
GREEN value IS 197 (77.34% from 255) = 38.25%
BLUE value IS 196 (76.95% from 255) = 38.06%
R=23.69%
G=38.25%
B=38.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1221971960.3800.010.23179.239.2762.55
Hex7AC5C4260117b3273f
Octal1723053044601272634777
Binary11110101100010111000100100110011011110110011100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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