#72D5BE

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

Shades of Downy #72D5BE

Tints of Downy #72D5BE

Color information

#72D5BE (or 0x72D5BE) is unknown color: approx Downy. HEX triplet: 72, D5 and BE. RGB value is (114,213,190). Sum of RGB (Red+Green+Blue) = 114+213+190=517 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.05% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 213 - color contains mainly: green. Hex color #72D5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D5BE is #8D2A41. Grayscale: #B4B4B4. Windows color (decimal): -9251394 or 12506482. OLE color: 12506482.

HSL color Cylindrical-coordinate representation of color #72D5BE: hue angle of 166.06º 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 #72D5BE is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB114213190-
CMYK0.4600.110.16
HSL166.06º54.1%64.12%-
HSV(B)166.06º46.48%83.53%-
XYZ40.0354.8857.2-
YUV180.78133.280.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.05%
GREEN value IS 213 (83.59% from 255) = 41.20%
BLUE value IS 190 (74.61% from 255) = 36.75%
R=22.05%
G=41.20%
B=36.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1142131900.4600.110.16166.0654.164.12
Hex72D5BE2E0B10a63640
Octal162325276560132024666100
Binary111001011010101101111101011100101110000101001101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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