#73CDCC

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

Shades of Downy #73CDCC

Tints of Downy #73CDCC

Color information

#73CDCC (or 0x73CDCC) is unknown color: approx Downy. HEX triplet: 73, CD and CC. RGB value is (115,205,204). Sum of RGB (Red+Green+Blue) = 115+205+204=524 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.95% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #73CDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CDCC is #8C3233. Grayscale: #B1B1B1. Windows color (decimal): -9187892 or 13421939. OLE color: 13421939.

HSL color Cylindrical-coordinate representation of color #73CDCC: hue angle of 179.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73CDCC is Cyan = 0.44, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB115205204-
CMYK0.4400.000.20
HSL179.33º47.37%62.75%-
HSV(B)179.33º43.9%80.39%-
XYZ39.851.6765-
YUV177.98142.6883.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.95%
GREEN value IS 205 (80.47% from 255) = 39.12%
BLUE value IS 204 (80.08% from 255) = 38.93%
R=21.95%
G=39.12%
B=38.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1152052040.4400.000.20179.3347.3762.75
Hex73CDCC2C0014b32f3f
Octal1633153145400242635777
Binary11100111100110111001100101100001010010110011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73CDCC; }

 p { color: rgb(115,205,204); }

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

<style>
 a { background-color: #73CDCC; }

 a { background-color: rgb(115,205,204); }

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

<style>
 span { border-color: #73CDCC; }

 span { border-color: rgb(115,205,204); }

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