#73D0D8

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

Shades of Spray #73D0D8

Tints of Spray #73D0D8

Color information

#73D0D8 (or 0x73D0D8) is unknown color: approx Spray. HEX triplet: 73, D0 and D8. RGB value is (115,208,216). Sum of RGB (Red+Green+Blue) = 115+208+216=539 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.34% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 216 - color contains mainly: blue. Hex color #73D0D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D0D8 is #8C2F27. Grayscale: #B4B4B4. Windows color (decimal): -9187112 or 14209139. OLE color: 14209139.

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

Color convert

RGB115208216-
CMYK0.470.0400.15
HSL184.75º56.42%64.9%-
HSV(B)184.75º46.76%84.71%-
XYZ42.0253.7173.12-
YUV181.1147.6980.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.34%
GREEN value IS 208 (81.64% from 255) = 38.59%
BLUE value IS 216 (84.77% from 255) = 40.07%
R=21.34%
G=38.59%
B=40.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1152082160.470.0400.15184.7556.4264.9
Hex73D0D82F40Fb93841
Octal16332033057401727170101
Binary1110011110100001101100010111110001111101110011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,208,216); }

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

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

 a { background-color: rgb(115,208,216); }

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

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

 span { border-color: rgb(115,208,216); }

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