#73ECBD

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

Shades of Downy #73ECBD

Tints of Downy #73ECBD

Color information

#73ECBD (or 0x73ECBD) is unknown color: approx Downy. HEX triplet: 73, EC and BD. RGB value is (115,236,189). Sum of RGB (Red+Green+Blue) = 115+236+189=540 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.30% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 236 - color contains mainly: green. Hex color #73ECBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73ECBD is #8C1342. Grayscale: #C2C2C2. Windows color (decimal): -9179971 or 12446835. OLE color: 12446835.

HSL color Cylindrical-coordinate representation of color #73ECBD: hue angle of 156.69º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73ECBD is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB115236189-
CMYK0.5100.200.07
HSL156.69º76.1%68.82%-
HSV(B)156.69º51.27%92.55%-
XYZ46.2567.3158.7-
YUV194.46124.9171.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.30%
GREEN value IS 236 (92.58% from 255) = 43.70%
BLUE value IS 189 (74.22% from 255) = 35%
R=21.30%
G=43.70%
B=35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1152361890.5100.200.07156.6976.168.82
Hex73ECBD3301479d4c45
Octal163354275630247235114105
Binary111001111101100101111011100110101001111001110110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ECBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,236,189); }

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

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

 a { background-color: rgb(115,236,189); }

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

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

 span { border-color: rgb(115,236,189); }

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