#7ACDC0

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

Shades of Downy #7ACDC0

Tints of Downy #7ACDC0

Color information

#7ACDC0 (or 0x7ACDC0) is unknown color: approx Downy. HEX triplet: 7A, CD and C0. RGB value is (122,205,192). Sum of RGB (Red+Green+Blue) = 122+205+192=519 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.51% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACDC0 is #85323F. Grayscale: #B2B2B2. Windows color (decimal): -8729152 or 12635514. OLE color: 12635514.

HSL color Cylindrical-coordinate representation of color #7ACDC0: hue angle of 170.6º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ACDC0 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB122205192-
CMYK0.4000.060.20
HSL170.6º45.36%64.12%-
HSV(B)170.6º40.49%80.39%-
XYZ39.3751.6157.76-
YUV178.7135.587.56-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.51%
GREEN value IS 205 (80.47% from 255) = 39.50%
BLUE value IS 192 (75.39% from 255) = 36.99%
R=23.51%
G=39.50%
B=36.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1222051920.4000.060.20170.645.3664.12
Hex7ACDC0280614ab2d40
Octal17231530050062425355100
Binary11110101100110111000000101000011010100101010111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,205,192); }

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

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

 a { background-color: rgb(122,205,192); }

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

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

 span { border-color: rgb(122,205,192); }

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