#72CEB7

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

Shades of Downy #72CEB7

Tints of Downy #72CEB7

Color information

#72CEB7 (or 0x72CEB7) is unknown color: approx Downy. HEX triplet: 72, CE and B7. RGB value is (114,206,183). Sum of RGB (Red+Green+Blue) = 114+206+183=503 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.66% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #72CEB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CEB7 is #8D3148. Grayscale: #AFAFAF. Windows color (decimal): -9253193 or 12045938. OLE color: 12045938.

HSL color Cylindrical-coordinate representation of color #72CEB7: hue angle of 165º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72CEB7 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB114206183-
CMYK0.4500.110.19
HSL165º48.42%62.75%-
HSV(B)165º44.66%80.78%-
XYZ37.5651.1452.69-
YUV175.87132.0283.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.66%
GREEN value IS 206 (80.86% from 255) = 40.95%
BLUE value IS 183 (71.88% from 255) = 36.38%
R=22.66%
G=40.95%
B=36.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1142061830.4500.110.1916548.4262.75
Hex72CEB72D0B13a5303f
Octal16231626755013232456077
Binary11100101100111010110111101101010111001110100101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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