#7ACFC8

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

Shades of Downy #7ACFC8

Tints of Downy #7ACFC8

Color information

#7ACFC8 (or 0x7ACFC8) is unknown color: approx Downy. HEX triplet: 7A, CF and C8. RGB value is (122,207,200). Sum of RGB (Red+Green+Blue) = 122+207+200=529 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.06% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACFC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACFC8 is #853037. Grayscale: #B4B4B4. Windows color (decimal): -8728632 or 13160314. OLE color: 13160314.

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

Color convert

RGB122207200-
CMYK0.4100.030.19
HSL175.06º46.96%64.51%-
HSV(B)175.06º41.06%81.18%-
XYZ40.7652.9362.71-
YUV180.79138.8486.07-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.06%
GREEN value IS 207 (81.25% from 255) = 39.13%
BLUE value IS 200 (78.52% from 255) = 37.81%
R=23.06%
G=39.13%
B=37.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1222072000.4100.030.19175.0646.9664.51
Hex7ACFC8290313af2f41
Octal17231731051032325757101
Binary1111010110011111100100010100101110011101011111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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