#73C8C0

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

Shades of Downy #73C8C0

Tints of Downy #73C8C0

Color information

#73C8C0 (or 0x73C8C0) is unknown color: approx Downy. HEX triplet: 73, C8 and C0. RGB value is (115,200,192). Sum of RGB (Red+Green+Blue) = 115+200+192=507 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.68% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 200 - color contains mainly: green. Hex color #73C8C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C8C0 is #8C373F. Grayscale: #ADADAD. Windows color (decimal): -9189184 or 12634227. OLE color: 12634227.

HSL color Cylindrical-coordinate representation of color #73C8C0: hue angle of 174.35º 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 #73C8C0 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB115200192-
CMYK0.4200.040.22
HSL174.35º43.59%61.76%-
HSV(B)174.35º42.5%78.43%-
XYZ37.2448.7657.32-
YUV173.67138.3486.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.68%
GREEN value IS 200 (78.52% from 255) = 39.45%
BLUE value IS 192 (75.39% from 255) = 37.87%
R=22.68%
G=39.45%
B=37.87%

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
Decimal1152001920.4200.040.22174.3543.5961.76
Hex73C8C02A0416ae2c3e
Octal1633103005204262565476
Binary1110011110010001100000010101001001011010101110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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