#73D0D6

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

Shades of Spray #73D0D6

Tints of Spray #73D0D6

Color information

#73D0D6 (or 0x73D0D6) is unknown color: approx Spray. HEX triplet: 73, D0 and D6. RGB value is (115,208,214). Sum of RGB (Red+Green+Blue) = 115+208+214=537 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.42% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 214 (83.98% from 255 or 39.85% from 537); Max value from RGB is 214 - color contains mainly: blue. Hex color #73D0D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D0D6 is #8C2F29. Grayscale: #B4B4B4. Windows color (decimal): -9187114 or 14078067. OLE color: 14078067.

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

Color convert

RGB115208214-
CMYK0.460.0300.16
HSL183.64º54.7%64.51%-
HSV(B)183.64º46.26%83.92%-
XYZ41.7653.6171.77-
YUV180.88146.6981.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.42%
GREEN value IS 208 (81.64% from 255) = 38.73%
BLUE value IS 214 (83.98% from 255) = 39.85%
R=21.42%
G=38.73%
B=39.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1152082140.460.0300.16183.6454.764.51
Hex73D0D62E3010b83741
Octal16332032656302027067101
Binary1110011110100001101011010111011010000101110001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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