#73D3C8

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

Shades of Downy #73D3C8

Tints of Downy #73D3C8

Color information

#73D3C8 (or 0x73D3C8) is unknown color: approx Downy. HEX triplet: 73, D3 and C8. RGB value is (115,211,200). Sum of RGB (Red+Green+Blue) = 115+211+200=526 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.86% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 200 (78.52% from 255 or 38.02% from 526); Max value from RGB is 211 - color contains mainly: green. Hex color #73D3C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D3C8 is #8C2C37. Grayscale: #B4B4B4. Windows color (decimal): -9186360 or 13161331. OLE color: 13161331.

HSL color Cylindrical-coordinate representation of color #73D3C8: hue angle of 173.12º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73D3C8 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB115211200-
CMYK0.4500.050.17
HSL173.12º52.17%63.92%-
HSV(B)173.12º45.5%82.75%-
XYZ40.7954.462.99-
YUV181.04138.780.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.86%
GREEN value IS 211 (82.81% from 255) = 40.11%
BLUE value IS 200 (78.52% from 255) = 38.02%
R=21.86%
G=40.11%
B=38.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1152112000.4500.050.17173.1252.1763.92
Hex73D3C82D0511ad3440
Octal16332331055052125564100
Binary11100111101001111001000101101010110001101011011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D3C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,211,200); }

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

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

 a { background-color: rgb(115,211,200); }

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

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

 span { border-color: rgb(115,211,200); }

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