#72D5CC

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

Shades of Downy #72D5CC

Tints of Downy #72D5CC

Color information

#72D5CC (or 0x72D5CC) is unknown color: approx Downy. HEX triplet: 72, D5 and CC. RGB value is (114,213,204). Sum of RGB (Red+Green+Blue) = 114+213+204=531 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.47% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 213 - color contains mainly: green. Hex color #72D5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D5CC is #8D2A33. Grayscale: #B6B6B6. Windows color (decimal): -9251380 or 13423986. OLE color: 13423986.

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

Color convert

RGB114213204-
CMYK0.4600.040.16
HSL174.55º54.1%64.12%-
HSV(B)174.55º46.48%83.53%-
XYZ41.6355.5365.65-
YUV182.37140.279.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.47%
GREEN value IS 213 (83.59% from 255) = 40.11%
BLUE value IS 204 (80.08% from 255) = 38.42%
R=21.47%
G=40.11%
B=38.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1142132040.4600.040.16174.5554.164.12
Hex72D5CC2E0410af3640
Octal16232531456042025766100
Binary11100101101010111001100101110010010000101011111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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