#72D3CF

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

Shades of Downy #72D3CF

Tints of Downy #72D3CF

Color information

#72D3CF (or 0x72D3CF) is unknown color: approx Downy. HEX triplet: 72, D3 and CF. RGB value is (114,211,207). Sum of RGB (Red+Green+Blue) = 114+211+207=532 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.43% from 532); Green value is 211 (82.81% from 255 or 39.66% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 211 - color contains mainly: green. Hex color #72D3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D3CF is #8D2C30. Grayscale: #B5B5B5. Windows color (decimal): -9251889 or 13620082. OLE color: 13620082.

HSL color Cylindrical-coordinate representation of color #72D3CF: hue angle of 177.53º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72D3CF is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB114211207-
CMYK0.4600.020.17
HSL177.53º52.43%63.73%-
HSV(B)177.53º45.97%82.75%-
XYZ41.554.6767.4-
YUV181.54142.3679.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.43%
GREEN value IS 211 (82.81% from 255) = 39.66%
BLUE value IS 207 (81.25% from 255) = 38.91%
R=21.43%
G=39.66%
B=38.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1142112070.4600.020.17177.5352.4363.73
Hex72D3CF2E0211b23440
Octal16232331756022126264100
Binary1110010110100111100111110111001010001101100101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,211,207); }

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

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

 a { background-color: rgb(114,211,207); }

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

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

 span { border-color: rgb(114,211,207); }

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