#72D5CE

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

Shades of Downy #72D5CE

Tints of Downy #72D5CE

Color information

#72D5CE (or 0x72D5CE) is unknown color: approx Downy. HEX triplet: 72, D5 and CE. RGB value is (114,213,206). Sum of RGB (Red+Green+Blue) = 114+213+206=533 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.39% from 533); Green value is 213 (83.59% from 255 or 39.96% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 213 - color contains mainly: green. Hex color #72D5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D5CE is #8D2A31. Grayscale: #B6B6B6. Windows color (decimal): -9251378 or 13555058. OLE color: 13555058.

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

Color convert

RGB114213206-
CMYK0.4600.030.16
HSL175.76º54.1%64.12%-
HSV(B)175.76º46.48%83.53%-
XYZ41.8755.6266.92-
YUV182.6141.279.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.39%
GREEN value IS 213 (83.59% from 255) = 39.96%
BLUE value IS 206 (80.86% from 255) = 38.65%
R=21.39%
G=39.96%
B=38.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1142132060.4600.030.16175.7654.164.12
Hex72D5CE2E0310b03640
Octal16232531656032026066100
Binary1110010110101011100111010111001110000101100001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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