#73CBBB

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

Shades of Downy #73CBBB

Tints of Downy #73CBBB

Color information

#73CBBB (or 0x73CBBB) is unknown color: approx Downy. HEX triplet: 73, CB and BB. RGB value is (115,203,187). Sum of RGB (Red+Green+Blue) = 115+203+187=505 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.77% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 203 - color contains mainly: green. Hex color #73CBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CBBB is #8C3444. Grayscale: #AEAEAE. Windows color (decimal): -9188421 or 12307315. OLE color: 12307315.

HSL color Cylindrical-coordinate representation of color #73CBBB: hue angle of 169.09º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73CBBB is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB115203187-
CMYK0.4300.080.20
HSL169.09º45.83%62.35%-
HSV(B)169.09º43.35%79.61%-
XYZ37.449.9454.68-
YUV174.86134.8585.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.77%
GREEN value IS 203 (79.69% from 255) = 40.20%
BLUE value IS 187 (73.44% from 255) = 37.03%
R=22.77%
G=40.20%
B=37.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1152031870.4300.080.20169.0945.8362.35
Hex73CBBB2B0814a92e3e
Octal16331327353010242515676
Binary11100111100101110111011101011010001010010101001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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