#7ACFC7

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

Shades of Downy #7ACFC7

Tints of Downy #7ACFC7

Color information

#7ACFC7 (or 0x7ACFC7) is unknown color: approx Downy. HEX triplet: 7A, CF and C7. RGB value is (122,207,199). Sum of RGB (Red+Green+Blue) = 122+207+199=528 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.11% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 199 (78.12% from 255 or 37.69% from 528); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACFC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACFC7 is #853038. Grayscale: #B4B4B4. Windows color (decimal): -8728633 or 13094778. OLE color: 13094778.

HSL color Cylindrical-coordinate representation of color #7ACFC7: hue angle of 174.35º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ACFC7 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB122207199-
CMYK0.4100.040.19
HSL174.35º46.96%64.51%-
HSV(B)174.35º41.06%81.18%-
XYZ40.6552.8962.1-
YUV180.67138.3486.15-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.11%
GREEN value IS 207 (81.25% from 255) = 39.20%
BLUE value IS 199 (78.12% from 255) = 37.69%
R=23.11%
G=39.20%
B=37.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1222071990.4100.040.19174.3546.9664.51
Hex7ACFC7290413ae2f41
Octal17231730751042325657101
Binary11110101100111111000111101001010010011101011101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,207,199); }

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

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

 a { background-color: rgb(122,207,199); }

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

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

 span { border-color: rgb(122,207,199); }

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