#72D5C8

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

Shades of Downy #72D5C8

Tints of Downy #72D5C8

Color information

#72D5C8 (or 0x72D5C8) is unknown color: approx Downy. HEX triplet: 72, D5 and C8. RGB value is (114,213,200). Sum of RGB (Red+Green+Blue) = 114+213+200=527 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.63% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 213 - color contains mainly: green. Hex color #72D5C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D5C8 is #8D2A37. Grayscale: #B5B5B5. Windows color (decimal): -9251384 or 13161842. OLE color: 13161842.

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

Color convert

RGB114213200-
CMYK0.4600.060.16
HSL172.12º54.1%64.12%-
HSV(B)172.12º46.48%83.53%-
XYZ41.1655.3463.16-
YUV181.92138.279.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.63%
GREEN value IS 213 (83.59% from 255) = 40.42%
BLUE value IS 200 (78.52% from 255) = 37.95%
R=21.63%
G=40.42%
B=37.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1142132000.4600.060.16172.1254.164.12
Hex72D5C82E0610ac3640
Octal16232531056062025466100
Binary11100101101010111001000101110011010000101011001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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