#73D5CD

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

Shades of Downy #73D5CD

Tints of Downy #73D5CD

Color information

#73D5CD (or 0x73D5CD) is unknown color: approx Downy. HEX triplet: 73, D5 and CD. RGB value is (115,213,205). Sum of RGB (Red+Green+Blue) = 115+213+205=533 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.58% from 533); Green value is 213 (83.59% from 255 or 39.96% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 213 - color contains mainly: green. Hex color #73D5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D5CD is #8C2A32. Grayscale: #B6B6B6. Windows color (decimal): -9185843 or 13489523. OLE color: 13489523.

HSL color Cylindrical-coordinate representation of color #73D5CD: hue angle of 175.1º 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 #73D5CD is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB115213205-
CMYK0.4600.040.16
HSL175.1º53.85%64.31%-
HSV(B)175.1º46.01%83.53%-
XYZ41.8855.6466.29-
YUV182.79140.5379.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.58%
GREEN value IS 213 (83.59% from 255) = 39.96%
BLUE value IS 205 (80.47% from 255) = 38.46%
R=21.58%
G=39.96%
B=38.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1152132050.4600.040.16175.153.8564.31
Hex73D5CD2E0410af3640
Octal16332531556042025766100
Binary11100111101010111001101101110010010000101011111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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