#73D1DB

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

Shades of Spray #73D1DB

Tints of Spray #73D1DB

Color information

#73D1DB (or 0x73D1DB) is unknown color: approx Spray. HEX triplet: 73, D1 and DB. RGB value is (115,209,219). Sum of RGB (Red+Green+Blue) = 115+209+219=543 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.18% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #73D1DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D1DB is #8C2E24. Grayscale: #B5B5B5. Windows color (decimal): -9186853 or 14406003. OLE color: 14406003.

HSL color Cylindrical-coordinate representation of color #73D1DB: hue angle of 185.77º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73D1DB is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB115209219-
CMYK0.470.0500.14
HSL185.77º59.09%65.49%-
HSV(B)185.77º47.49%85.88%-
XYZ42.6654.3675.26-
YUV182.03148.8680.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.18%
GREEN value IS 209 (82.03% from 255) = 38.49%
BLUE value IS 219 (85.94% from 255) = 40.33%
R=21.18%
G=38.49%
B=40.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1152092190.470.0500.14185.7759.0965.49
Hex73D1DB2F50Eba3b41
Octal16332133357501627273101
Binary1110011110100011101101110111110101110101110101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,209,219); }

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

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

 a { background-color: rgb(115,209,219); }

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

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

 span { border-color: rgb(115,209,219); }

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