#7ACDC3

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

Shades of Downy #7ACDC3

Tints of Downy #7ACDC3

Color information

#7ACDC3 (or 0x7ACDC3) is unknown color: approx Downy. HEX triplet: 7A, CD and C3. RGB value is (122,205,195). Sum of RGB (Red+Green+Blue) = 122+205+195=522 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.37% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 195 (76.56% from 255 or 37.36% from 522); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACDC3 is #85323C. Grayscale: #B2B2B2. Windows color (decimal): -8729149 or 12832122. OLE color: 12832122.

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

Color convert

RGB122205195-
CMYK0.4000.050.20
HSL172.77º45.36%64.12%-
HSV(B)172.77º40.49%80.39%-
XYZ39.7151.7459.52-
YUV179.0413787.31-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.37%
GREEN value IS 205 (80.47% from 255) = 39.27%
BLUE value IS 195 (76.56% from 255) = 37.36%
R=23.37%
G=39.27%
B=37.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1222051950.4000.050.20172.7745.3664.12
Hex7ACDC3280514ad2d40
Octal17231530350052425555100
Binary11110101100110111000011101000010110100101011011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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