#73C7BD

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

Shades of Downy #73C7BD

Tints of Downy #73C7BD

Color information

#73C7BD (or 0x73C7BD) is unknown color: approx Downy. HEX triplet: 73, C7 and BD. RGB value is (115,199,189). Sum of RGB (Red+Green+Blue) = 115+199+189=503 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.86% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 199 - color contains mainly: green. Hex color #73C7BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C7BD is #8C3842. Grayscale: #ACACAC. Windows color (decimal): -9189443 or 12437363. OLE color: 12437363.

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

Color convert

RGB115199189-
CMYK0.4200.050.22
HSL172.86º42.86%61.57%-
HSV(B)172.86º42.21%78.04%-
XYZ36.6848.1755.51-
YUV172.74137.1786.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.86%
GREEN value IS 199 (78.12% from 255) = 39.56%
BLUE value IS 189 (74.22% from 255) = 37.57%
R=22.86%
G=39.56%
B=37.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1151991890.4200.050.22172.8642.8661.57
Hex73C7BD2A0516ad2b3e
Octal1633072755205262555376
Binary1110011110001111011110110101001011011010101101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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