#73DFC3

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

Shades of Downy #73DFC3

Tints of Downy #73DFC3

Color information

#73DFC3 (or 0x73DFC3) is unknown color: approx Downy. HEX triplet: 73, DF and C3. RGB value is (115,223,195). Sum of RGB (Red+Green+Blue) = 115+223+195=533 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.58% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 195 (76.56% from 255 or 36.59% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #73DFC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DFC3 is #8C203C. Grayscale: #BBBBBB. Windows color (decimal): -9183293 or 12836723. OLE color: 12836723.

HSL color Cylindrical-coordinate representation of color #73DFC3: hue angle of 164.44º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DFC3 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB115223195-
CMYK0.4800.130.13
HSL164.44º62.79%66.27%-
HSV(B)164.44º48.43%87.45%-
XYZ43.3160.3661-
YUV187.52132.2276.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.58%
GREEN value IS 223 (87.5% from 255) = 41.84%
BLUE value IS 195 (76.56% from 255) = 36.59%
R=21.58%
G=41.84%
B=36.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1152231950.4800.130.13164.4462.7966.27
Hex73DFC3300DDa43f42
Octal163337303600151524477102
Binary11100111101111111000011110000011011101101001001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73DFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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