#72c5c4

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

Shades of Downy #72C5C4

Tints of Downy #72C5C4

Color information

#72C5C4 (or 0x72C5C4) is unknown color: approx Downy. HEX triplet: 72, C5 and C4. RGB value is (114,197,196). Sum of RGB (Red+Green+Blue) = 114+197+196=507 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.49% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 196 (76.95% from 255 or 38.66% from 507); Max value from RGB is 197 - color contains mainly: green. Hex color #72C5C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C5C4 is #8D3A3B. Grayscale: #ABABAB. Windows color (decimal): -9255484 or 12895602. OLE color: 12895602.

HSL color Cylindrical-coordinate representation of color #72C5C4: hue angle of 179.28º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72C5C4 is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB114197196-
CMYK0.4200.010.23
HSL179.28º41.71%60.98%-
HSV(B)179.28º42.13%77.25%-
XYZ36.8747.559.45-
YUV172.07141.586.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.49%
GREEN value IS 197 (77.34% from 255) = 38.86%
BLUE value IS 196 (76.95% from 255) = 38.66%
R=22.49%
G=38.86%
B=38.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1141971960.4200.010.23179.2841.7160.98
Hex72C5C42A0117b32a3d
Octal1623053045201272635275
Binary11100101100010111000100101010011011110110011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72c5c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,197,196); }

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

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

 a { background-color: rgb(114,197,196); }

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

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

 span { border-color: rgb(114,197,196); }

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