#72d5bf

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

Shades of Downy #72D5BF

Tints of Downy #72D5BF

Color information

#72D5BF (or 0x72D5BF) is unknown color: approx Downy. HEX triplet: 72, D5 and BF. RGB value is (114,213,191). Sum of RGB (Red+Green+Blue) = 114+213+191=518 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.01% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 213 - color contains mainly: green. Hex color #72D5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D5BF is #8D2A40. Grayscale: #B4B4B4. Windows color (decimal): -9251393 or 12572018. OLE color: 12572018.

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

Color convert

RGB114213191-
CMYK0.4600.100.16
HSL166.67º54.1%64.12%-
HSV(B)166.67º46.48%83.53%-
XYZ40.1454.9357.78-
YUV180.89133.780.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.01%
GREEN value IS 213 (83.59% from 255) = 41.12%
BLUE value IS 191 (75% from 255) = 36.87%
R=22.01%
G=41.12%
B=36.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1142131910.4600.100.16166.6754.164.12
Hex72D5BF2E0A10a73640
Octal162325277560122024766100
Binary111001011010101101111111011100101010000101001111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72d5bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,213,191); }

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

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

 a { background-color: rgb(114,213,191); }

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

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

 span { border-color: rgb(114,213,191); }

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