#73C6C2

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

Shades of Downy #73C6C2

Tints of Downy #73C6C2

Color information

#73C6C2 (or 0x73C6C2) is unknown color: approx Downy. HEX triplet: 73, C6 and C2. RGB value is (115,198,194). Sum of RGB (Red+Green+Blue) = 115+198+194=507 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.68% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 198 - color contains mainly: green. Hex color #73C6C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C6C2 is #8C393D. Grayscale: #ACACAC. Windows color (decimal): -9189694 or 12764787. OLE color: 12764787.

HSL color Cylindrical-coordinate representation of color #73C6C2: hue angle of 177.11º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #73C6C2 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB115198194-
CMYK0.4200.020.22
HSL177.11º42.13%61.37%-
HSV(B)177.11º41.92%77.65%-
XYZ3747.9358.34-
YUV172.7314086.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.68%
GREEN value IS 198 (77.73% from 255) = 39.05%
BLUE value IS 194 (76.17% from 255) = 38.26%
R=22.68%
G=39.05%
B=38.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1151981940.4200.020.22177.1142.1361.37
Hex73C6C22A0216b12a3d
Octal1633063025202262615275
Binary111001111000110110000101010100101011010110001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C6C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,198,194); }

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

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

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

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

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

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

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