#73CDCB

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

Shades of Downy #73CDCB

Tints of Downy #73CDCB

Color information

#73CDCB (or 0x73CDCB) is unknown color: approx Downy. HEX triplet: 73, CD and CB. RGB value is (115,205,203). Sum of RGB (Red+Green+Blue) = 115+205+203=523 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.99% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #73CDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CDCB is #8C3234. Grayscale: #B1B1B1. Windows color (decimal): -9187893 or 13356403. OLE color: 13356403.

HSL color Cylindrical-coordinate representation of color #73CDCB: hue angle of 178.67º 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 #73CDCB is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB115205203-
CMYK0.4400.010.20
HSL178.67º47.37%62.75%-
HSV(B)178.67º43.9%80.39%-
XYZ39.6851.6264.37-
YUV177.86142.1883.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.99%
GREEN value IS 205 (80.47% from 255) = 39.20%
BLUE value IS 203 (79.69% from 255) = 38.81%
R=21.99%
G=39.20%
B=38.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1152052030.4400.010.20178.6747.3762.75
Hex73CDCB2C0114b32f3f
Octal1633153135401242635777
Binary11100111100110111001011101100011010010110011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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