#73D5C3

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

Shades of Downy #73D5C3

Tints of Downy #73D5C3

Color information

#73D5C3 (or 0x73D5C3) is unknown color: approx Downy. HEX triplet: 73, D5 and C3. RGB value is (115,213,195). Sum of RGB (Red+Green+Blue) = 115+213+195=523 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.99% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 195 (76.56% from 255 or 37.28% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #73D5C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D5C3 is #8C2A3C. Grayscale: #B5B5B5. Windows color (decimal): -9185853 or 12834163. OLE color: 12834163.

HSL color Cylindrical-coordinate representation of color #73D5C3: hue angle of 168.98º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73D5C3 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB115213195-
CMYK0.4600.080.16
HSL168.98º53.85%64.31%-
HSV(B)168.98º46.01%83.53%-
XYZ40.7155.1760.13-
YUV181.65135.5380.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.99%
GREEN value IS 213 (83.59% from 255) = 40.73%
BLUE value IS 195 (76.56% from 255) = 37.28%
R=21.99%
G=40.73%
B=37.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1152131950.4600.080.16168.9853.8564.31
Hex73D5C32E0810a93640
Octal163325303560102025166100
Binary111001111010101110000111011100100010000101010011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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