#7AC6C4

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

Shades of Downy #7AC6C4

Tints of Downy #7AC6C4

Color information

#7AC6C4 (or 0x7AC6C4) is unknown color: approx Downy. HEX triplet: 7A, C6 and C4. RGB value is (122,198,196). Sum of RGB (Red+Green+Blue) = 122+198+196=516 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.64% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 196 (76.95% from 255 or 37.98% from 516); Max value from RGB is 198 - color contains mainly: green. Hex color #7AC6C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AC6C4 is #85393B. Grayscale: #AEAEAE. Windows color (decimal): -8730940 or 12895866. OLE color: 12895866.

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

Color convert

RGB122198196-
CMYK0.3800.010.22
HSL178.42º40%62.75%-
HSV(B)178.42º38.38%77.65%-
XYZ38.1848.5159.58-
YUV175.05139.8290.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.64%
GREEN value IS 198 (77.73% from 255) = 38.37%
BLUE value IS 196 (76.95% from 255) = 37.98%
R=23.64%
G=38.37%
B=37.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1221981960.3800.010.22178.424062.75
Hex7AC6C4260116b2283f
Octal1723063044601262625077
Binary11110101100011011000100100110011011010110010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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