#72DBB4

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

Shades of Downy #72DBB4

Tints of Downy #72DBB4

Color information

#72DBB4 (or 0x72DBB4) is unknown color: approx Downy. HEX triplet: 72, DB and B4. RGB value is (114,219,180). Sum of RGB (Red+Green+Blue) = 114+219+180=513 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.22% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 219 - color contains mainly: green. Hex color #72DBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DBB4 is #8D244B. Grayscale: #B7B7B7. Windows color (decimal): -9249868 or 11852658. OLE color: 11852658.

HSL color Cylindrical-coordinate representation of color #72DBB4: hue angle of 157.71º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DBB4 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB114219180-
CMYK0.4800.180.14
HSL157.71º59.32%65.29%-
HSV(B)157.71º47.95%85.88%-
XYZ40.5157.5452.15-
YUV183.16126.2178.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.22%
GREEN value IS 219 (85.94% from 255) = 42.69%
BLUE value IS 180 (70.70% from 255) = 35.09%
R=22.22%
G=42.69%
B=35.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1142191800.4800.180.14157.7159.3265.29
Hex72DBB430012E9e3b41
Octal162333264600221623673101
Binary111001011011011101101001100000100101110100111101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,219,180); }

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

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

 a { background-color: rgb(114,219,180); }

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

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

 span { border-color: rgb(114,219,180); }

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