#73C8BF

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

Shades of Downy #73C8BF

Tints of Downy #73C8BF

Color information

#73C8BF (or 0x73C8BF) is unknown color: approx Downy. HEX triplet: 73, C8 and BF. RGB value is (115,200,191). Sum of RGB (Red+Green+Blue) = 115+200+191=506 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.73% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #73C8BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C8BF is #8C3740. Grayscale: #ADADAD. Windows color (decimal): -9189185 or 12568691. OLE color: 12568691.

HSL color Cylindrical-coordinate representation of color #73C8BF: hue angle of 173.65º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73C8BF is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB115200191-
CMYK0.4200.040.22
HSL173.65º43.59%61.76%-
HSV(B)173.65º42.5%78.43%-
XYZ37.1348.7156.74-
YUV173.56137.8486.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.73%
GREEN value IS 200 (78.52% from 255) = 39.53%
BLUE value IS 191 (75% from 255) = 37.75%
R=22.73%
G=39.53%
B=37.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1152001910.4200.040.22173.6543.5961.76
Hex73C8BF2A0416ae2c3e
Octal1633102775204262565476
Binary1110011110010001011111110101001001011010101110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,200,191); }

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

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

 a { background-color: rgb(115,200,191); }

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

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

 span { border-color: rgb(115,200,191); }

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