#73D6BC

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

Shades of Downy #73D6BC

Tints of Downy #73D6BC

Color information

#73D6BC (or 0x73D6BC) is unknown color: approx Downy. HEX triplet: 73, D6 and BC. RGB value is (115,214,188). Sum of RGB (Red+Green+Blue) = 115+214+188=517 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.24% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #73D6BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D6BC is #8C2943. Grayscale: #B5B5B5. Windows color (decimal): -9185604 or 12375667. OLE color: 12375667.

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

Color convert

RGB115214188-
CMYK0.4600.120.16
HSL164.24º54.7%64.51%-
HSV(B)164.24º46.26%83.92%-
XYZ40.1955.3756.15-
YUV181.44131.780.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.24%
GREEN value IS 214 (83.98% from 255) = 41.39%
BLUE value IS 188 (73.83% from 255) = 36.36%
R=22.24%
G=41.39%
B=36.36%

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
Decimal1152141880.4600.120.16164.2454.764.51
Hex73D6BC2E0C10a43741
Octal163326274560142024467101
Binary111001111010110101111001011100110010000101001001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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