#73D5D7

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

Shades of Spray #73D5D7

Tints of Spray #73D5D7

Color information

#73D5D7 (or 0x73D5D7) is unknown color: approx Spray. HEX triplet: 73, D5 and D7. RGB value is (115,213,215). Sum of RGB (Red+Green+Blue) = 115+213+215=543 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.18% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 215 (84.38% from 255 or 39.59% from 543); Max value from RGB is 215 - color contains mainly: blue. Hex color #73D5D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D5D7 is #8C2A28. Grayscale: #B7B7B7. Windows color (decimal): -9185833 or 14144883. OLE color: 14144883.

HSL color Cylindrical-coordinate representation of color #73D5D7: hue angle of 181.2º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73D5D7 is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB115213215-
CMYK0.470.0100.16
HSL181.2º55.56%64.71%-
HSV(B)181.2º46.51%84.31%-
XYZ43.1356.1472.85-
YUV183.93145.5378.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.18%
GREEN value IS 213 (83.59% from 255) = 39.23%
BLUE value IS 215 (84.38% from 255) = 39.59%
R=21.18%
G=39.23%
B=39.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1152132150.470.0100.16181.255.5664.71
Hex73D5D72F1010b53841
Octal16332532757102026570101
Binary111001111010101110101111011111010000101101011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,213,215); }

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

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

 a { background-color: rgb(115,213,215); }

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

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

 span { border-color: rgb(115,213,215); }

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