#72C6C0

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

Shades of Downy #72C6C0

Tints of Downy #72C6C0

Color information

#72C6C0 (or 0x72C6C0) is unknown color: approx Downy. HEX triplet: 72, C6 and C0. RGB value is (114,198,192). Sum of RGB (Red+Green+Blue) = 114+198+192=504 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.62% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 198 - color contains mainly: green. Hex color #72C6C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C6C0 is #8D393F. Grayscale: #ACACAC. Windows color (decimal): -9255232 or 12633714. OLE color: 12633714.

HSL color Cylindrical-coordinate representation of color #72C6C0: hue angle of 175.71º 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 #72C6C0 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB114198192-
CMYK0.4200.030.22
HSL175.71º42.42%61.18%-
HSV(B)175.71º42.42%77.65%-
XYZ36.6547.7757.16-
YUV172.2139.1786.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.62%
GREEN value IS 198 (77.73% from 255) = 39.29%
BLUE value IS 192 (75.39% from 255) = 38.10%
R=22.62%
G=39.29%
B=38.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1141981920.4200.030.22175.7142.4261.18
Hex72C6C02A0316b02a3d
Octal1623063005203262605275
Binary111001011000110110000001010100111011010110000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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