#73C8BD

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

Shades of Downy #73C8BD

Tints of Downy #73C8BD

Color information

#73C8BD (or 0x73C8BD) is unknown color: approx Downy. HEX triplet: 73, C8 and BD. RGB value is (115,200,189). Sum of RGB (Red+Green+Blue) = 115+200+189=504 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.82% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 200 - color contains mainly: green. Hex color #73C8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C8BD is #8C3742. Grayscale: #ADADAD. Windows color (decimal): -9189187 or 12437619. OLE color: 12437619.

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

Color convert

RGB115200189-
CMYK0.4200.060.22
HSL172.24º43.59%61.76%-
HSV(B)172.24º42.5%78.43%-
XYZ36.9148.6355.58-
YUV173.33136.8486.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.82%
GREEN value IS 200 (78.52% from 255) = 39.68%
BLUE value IS 189 (74.22% from 255) = 37.5%
R=22.82%
G=39.68%
B=37.5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1152001890.4200.060.22172.2443.5961.76
Hex73C8BD2A0616ac2c3e
Octal1633102755206262545476
Binary1110011110010001011110110101001101011010101100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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