#72CCC6

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

Shades of Downy #72CCC6

Tints of Downy #72CCC6

Color information

#72CCC6 (or 0x72CCC6) is unknown color: approx Downy. HEX triplet: 72, CC and C6. RGB value is (114,204,198). Sum of RGB (Red+Green+Blue) = 114+204+198=516 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.09% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #72CCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CCC6 is #8D3339. Grayscale: #B0B0B0. Windows color (decimal): -9253690 or 13028466. OLE color: 13028466.

HSL color Cylindrical-coordinate representation of color #72CCC6: hue angle of 176º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72CCC6 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB114204198-
CMYK0.4400.030.2
HSL176º46.88%62.35%-
HSV(B)176º44.12%80%-
XYZ38.7350.8461.2-
YUV176.41140.1883.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.09%
GREEN value IS 204 (80.08% from 255) = 39.53%
BLUE value IS 198 (77.73% from 255) = 38.37%
R=22.09%
G=39.53%
B=38.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1142041980.4400.030.217646.8862.35
Hex72CCC62C0314b02f3e
Octal1623143065403242605776
Binary111001011001100110001101011000111010010110000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72CCC6; }

 p { color: rgb(114,204,198); }

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

<style>
 a { background-color: #72CCC6; }

 a { background-color: rgb(114,204,198); }

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

<style>
 span { border-color: #72CCC6; }

 span { border-color: rgb(114,204,198); }

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