#73CDC2

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

Shades of Downy #73CDC2

Tints of Downy #73CDC2

Color information

#73CDC2 (or 0x73CDC2) is unknown color: approx Downy. HEX triplet: 73, CD and C2. RGB value is (115,205,194). Sum of RGB (Red+Green+Blue) = 115+205+194=514 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.37% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 205 - color contains mainly: green. Hex color #73CDC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CDC2 is #8C323D. Grayscale: #B0B0B0. Windows color (decimal): -9187902 or 12766579. OLE color: 12766579.

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

Color convert

RGB115205194-
CMYK0.4400.050.20
HSL172.67º47.37%62.75%-
HSV(B)172.67º43.9%80.39%-
XYZ38.6451.258.89-
YUV176.84137.6883.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.37%
GREEN value IS 205 (80.47% from 255) = 39.88%
BLUE value IS 194 (76.17% from 255) = 37.74%
R=22.37%
G=39.88%
B=37.74%

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
Decimal1152051940.4400.050.20172.6747.3762.75
Hex73CDC22C0514ad2f3f
Octal1633153025405242555777
Binary1110011110011011100001010110001011010010101101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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