#73CDCD

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

Shades of Downy #73CDCD

Tints of Downy #73CDCD

Color information

#73CDCD (or 0x73CDCD) is unknown color: approx Downy. HEX triplet: 73, CD and CD. RGB value is (115,205,205). Sum of RGB (Red+Green+Blue) = 115+205+205=525 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.90% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #73CDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CDCD is #8C3232. Grayscale: #B2B2B2. Windows color (decimal): -9187891 or 13487475. OLE color: 13487475.

HSL color Cylindrical-coordinate representation of color #73CDCD: hue angle of 180º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73CDCD is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB115205205-
CMYK0.44000.20
HSL180º47.37%62.75%-
HSV(B)180º43.9%80.39%-
XYZ39.9251.7265.64-
YUV178.09143.1883-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.90%
GREEN value IS 205 (80.47% from 255) = 39.05%
BLUE value IS 205 (80.47% from 255) = 39.05%
R=21.90%
G=39.05%
B=39.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1152052050.44000.2018047.3762.75
Hex73CDCD2C0014b42f3f
Octal1633153155400242645777
Binary11100111100110111001101101100001010010110100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,205,205); }

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

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

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

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

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

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

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