#73DFCB

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

Shades of Downy #73DFCB

Tints of Downy #73DFCB

Color information

#73DFCB (or 0x73DFCB) is unknown color: approx Downy. HEX triplet: 73, DF and CB. RGB value is (115,223,203). Sum of RGB (Red+Green+Blue) = 115+223+203=541 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.26% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #73DFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DFCB is #8C2034. Grayscale: #BCBCBC. Windows color (decimal): -9183285 or 13361011. OLE color: 13361011.

HSL color Cylindrical-coordinate representation of color #73DFCB: hue angle of 168.89º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DFCB is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB115223203-
CMYK0.4800.090.13
HSL168.89º62.79%66.27%-
HSV(B)168.89º48.43%87.45%-
XYZ44.2460.7365.89-
YUV188.43136.2275.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.26%
GREEN value IS 223 (87.5% from 255) = 41.22%
BLUE value IS 203 (79.69% from 255) = 37.52%
R=21.26%
G=41.22%
B=37.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1152232030.4800.090.13168.8962.7966.27
Hex73DFCB3009Da93f42
Octal163337313600111525177102
Binary11100111101111111001011110000010011101101010011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73DFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,223,203); }

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

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

 a { background-color: rgb(115,223,203); }

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

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

 span { border-color: rgb(115,223,203); }

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