#7acfc4

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

Shades of Downy #7ACFC4

Tints of Downy #7ACFC4

Color information

#7ACFC4 (or 0x7ACFC4) is unknown color: approx Downy. HEX triplet: 7A, CF and C4. RGB value is (122,207,196). Sum of RGB (Red+Green+Blue) = 122+207+196=525 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.24% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACFC4 is #85303B. Grayscale: #B4B4B4. Windows color (decimal): -8728636 or 12898170. OLE color: 12898170.

HSL color Cylindrical-coordinate representation of color #7ACFC4: hue angle of 172.24º 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 #7ACFC4 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB122207196-
CMYK0.4100.050.19
HSL172.24º46.96%64.51%-
HSV(B)172.24º41.06%81.18%-
XYZ40.352.7560.28-
YUV180.33136.8486.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.24%
GREEN value IS 207 (81.25% from 255) = 39.43%
BLUE value IS 196 (76.95% from 255) = 37.33%
R=23.24%
G=39.43%
B=37.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1222071960.4100.050.19172.2446.9664.51
Hex7ACFC4290513ac2f41
Octal17231730451052325457101
Binary11110101100111111000100101001010110011101011001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7acfc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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