#73E0C6

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

Shades of Downy #73E0C6

Tints of Downy #73E0C6

Color information

#73E0C6 (or 0x73E0C6) is unknown color: approx Downy. HEX triplet: 73, E0 and C6. RGB value is (115,224,198). Sum of RGB (Red+Green+Blue) = 115+224+198=537 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.42% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #73E0C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E0C6 is #8C1F39. Grayscale: #BCBCBC. Windows color (decimal): -9183034 or 13033587. OLE color: 13033587.

HSL color Cylindrical-coordinate representation of color #73E0C6: hue angle of 165.69º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73E0C6 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB115224198-
CMYK0.4900.120.12
HSL165.69º63.74%66.47%-
HSV(B)165.69º48.66%87.84%-
XYZ43.9261.0362.89-
YUV188.44133.3975.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.42%
GREEN value IS 224 (87.89% from 255) = 41.71%
BLUE value IS 198 (77.73% from 255) = 36.87%
R=21.42%
G=41.71%
B=36.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1152241980.4900.120.12165.6963.7466.47
Hex73E0C6310CCa64042
Octal1633403066101414246100102
Binary111001111100000110001101100010110011001010011010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73E0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,224,198); }

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

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

 a { background-color: rgb(115,224,198); }

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

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

 span { border-color: rgb(115,224,198); }

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