#73D6CC

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

Shades of Downy #73D6CC

Tints of Downy #73D6CC

Color information

#73D6CC (or 0x73D6CC) is unknown color: approx Downy. HEX triplet: 73, D6 and CC. RGB value is (115,214,204). Sum of RGB (Red+Green+Blue) = 115+214+204=533 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.58% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #73D6CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D6CC is #8C2933. Grayscale: #B7B7B7. Windows color (decimal): -9185588 or 13424243. OLE color: 13424243.

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

Color convert

RGB115214204-
CMYK0.4600.050.16
HSL173.94º54.7%64.51%-
HSV(B)173.94º46.26%83.92%-
XYZ42.0256.165.74-
YUV183.26139.779.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.58%
GREEN value IS 214 (83.98% from 255) = 40.15%
BLUE value IS 204 (80.08% from 255) = 38.27%
R=21.58%
G=40.15%
B=38.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1152142040.4600.050.16173.9454.764.51
Hex73D6CC2E0510ae3741
Octal16332631456052025667101
Binary11100111101011011001100101110010110000101011101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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