#72D4B3

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

Shades of Downy #72D4B3

Tints of Downy #72D4B3

Color information

#72D4B3 (or 0x72D4B3) is unknown color: approx Downy. HEX triplet: 72, D4 and B3. RGB value is (114,212,179). Sum of RGB (Red+Green+Blue) = 114+212+179=505 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.57% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 179 (70.31% from 255 or 35.45% from 505); Max value from RGB is 212 - color contains mainly: green. Hex color #72D4B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D4B3 is #8D2B4C. Grayscale: #B2B2B2. Windows color (decimal): -9251661 or 11785330. OLE color: 11785330.

HSL color Cylindrical-coordinate representation of color #72D4B3: hue angle of 159.8º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72D4B3 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB114212179-
CMYK0.4600.160.17
HSL159.8º53.26%63.92%-
HSV(B)159.8º46.23%83.14%-
XYZ38.6253.9251.02-
YUV178.94128.0381.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.57%
GREEN value IS 212 (83.20% from 255) = 41.98%
BLUE value IS 179 (70.31% from 255) = 35.45%
R=22.57%
G=41.98%
B=35.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1142121790.4600.160.17159.853.2663.92
Hex72D4B32E01011a03540
Octal162324263560202124065100
Binary1110010110101001011001110111001000010001101000001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,212,179); }

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

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

 a { background-color: rgb(114,212,179); }

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

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

 span { border-color: rgb(114,212,179); }

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