#73CABC

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

Shades of Downy #73CABC

Tints of Downy #73CABC

Color information

#73CABC (or 0x73CABC) is unknown color: approx Downy. HEX triplet: 73, CA and BC. RGB value is (115,202,188). Sum of RGB (Red+Green+Blue) = 115+202+188=505 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.77% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 202 - color contains mainly: green. Hex color #73CABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CABC is #8C3543. Grayscale: #AEAEAE. Windows color (decimal): -9188676 or 12372595. OLE color: 12372595.

HSL color Cylindrical-coordinate representation of color #73CABC: hue angle of 170.34º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73CABC is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB115202188-
CMYK0.4300.070.21
HSL170.34º45.08%62.16%-
HSV(B)170.34º43.07%79.22%-
XYZ37.2749.5255.17-
YUV174.39135.6885.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.77%
GREEN value IS 202 (79.30% from 255) = 40%
BLUE value IS 188 (73.83% from 255) = 37.23%
R=22.77%
G=40%
B=37.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1152021880.4300.070.21170.3445.0862.16
Hex73CABC2B0715aa2d3e
Octal1633122745307252525576
Binary1110011110010101011110010101101111010110101010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,202,188); }

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

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

 a { background-color: rgb(115,202,188); }

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

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

 span { border-color: rgb(115,202,188); }

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