#73CBC4

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

Shades of Downy #73CBC4

Tints of Downy #73CBC4

Color information

#73CBC4 (or 0x73CBC4) is unknown color: approx Downy. HEX triplet: 73, CB and C4. RGB value is (115,203,196). Sum of RGB (Red+Green+Blue) = 115+203+196=514 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.37% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 203 - color contains mainly: green. Hex color #73CBC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CBC4 is #8C343B. Grayscale: #AFAFAF. Windows color (decimal): -9188412 or 12897139. OLE color: 12897139.

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

Color convert

RGB115203196-
CMYK0.4300.030.20
HSL175.23º45.83%62.35%-
HSV(B)175.23º43.35%79.61%-
XYZ38.3950.3459.92-
YUV175.89139.3584.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.37%
GREEN value IS 203 (79.69% from 255) = 39.49%
BLUE value IS 196 (76.95% from 255) = 38.13%
R=22.37%
G=39.49%
B=38.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1152031960.4300.030.20175.2345.8362.35
Hex73CBC42B0314af2e3e
Octal1633133045303242575676
Binary111001111001011110001001010110111010010101111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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