#73D5BC

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

Shades of Downy #73D5BC

Tints of Downy #73D5BC

Color information

#73D5BC (or 0x73D5BC) is unknown color: approx Downy. HEX triplet: 73, D5 and BC. RGB value is (115,213,188). Sum of RGB (Red+Green+Blue) = 115+213+188=516 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.29% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 213 - color contains mainly: green. Hex color #73D5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D5BC is #8C2A43. Grayscale: #B4B4B4. Windows color (decimal): -9185860 or 12375411. OLE color: 12375411.

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

Color convert

RGB115213188-
CMYK0.4600.120.16
HSL164.69º53.85%64.31%-
HSV(B)164.69º46.01%83.53%-
XYZ39.9454.8656.06-
YUV180.85132.0381.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.29%
GREEN value IS 213 (83.59% from 255) = 41.28%
BLUE value IS 188 (73.83% from 255) = 36.43%
R=22.29%
G=41.28%
B=36.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1152131880.4600.120.16164.6953.8564.31
Hex73D5BC2E0C10a53640
Octal163325274560142024566100
Binary111001111010101101111001011100110010000101001011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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