#7ACEC2

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

Shades of Downy #7ACEC2

Tints of Downy #7ACEC2

Color information

#7ACEC2 (or 0x7ACEC2) is unknown color: approx Downy. HEX triplet: 7A, CE and C2. RGB value is (122,206,194). Sum of RGB (Red+Green+Blue) = 122+206+194=522 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.37% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACEC2 is #85313D. Grayscale: #B3B3B3. Windows color (decimal): -8728894 or 12766842. OLE color: 12766842.

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

Color convert

RGB122206194-
CMYK0.4100.060.19
HSL171.43º46.15%64.31%-
HSV(B)171.43º40.78%80.78%-
XYZ39.8352.1859.01-
YUV179.52136.1786.98-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.37%
GREEN value IS 206 (80.86% from 255) = 39.46%
BLUE value IS 194 (76.17% from 255) = 37.16%
R=23.37%
G=39.46%
B=37.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1222061940.4100.060.19171.4346.1564.31
Hex7ACEC2290613ab2e40
Octal17231630251062325356100
Binary11110101100111011000010101001011010011101010111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,206,194); }

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

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

 a { background-color: rgb(122,206,194); }

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

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

 span { border-color: rgb(122,206,194); }

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