#73CDC3

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

Shades of Downy #73CDC3

Tints of Downy #73CDC3

Color information

#73CDC3 (or 0x73CDC3) is unknown color: approx Downy. HEX triplet: 73, CD and C3. RGB value is (115,205,195). Sum of RGB (Red+Green+Blue) = 115+205+195=515 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.33% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #73CDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CDC3 is #8C323C. Grayscale: #B0B0B0. Windows color (decimal): -9187901 or 12832115. OLE color: 12832115.

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

Color convert

RGB115205195-
CMYK0.4400.050.20
HSL173.33º47.37%62.75%-
HSV(B)173.33º43.9%80.39%-
XYZ38.7551.2559.48-
YUV176.95138.1883.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.33%
GREEN value IS 205 (80.47% from 255) = 39.81%
BLUE value IS 195 (76.56% from 255) = 37.86%
R=22.33%
G=39.81%
B=37.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1152051950.4400.050.20173.3347.3762.75
Hex73CDC32C0514ad2f3f
Octal1633153035405242555777
Binary1110011110011011100001110110001011010010101101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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