#72CEBC

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

Shades of Downy #72CEBC

Tints of Downy #72CEBC

Color information

#72CEBC (or 0x72CEBC) is unknown color: approx Downy. HEX triplet: 72, CE and BC. RGB value is (114,206,188). Sum of RGB (Red+Green+Blue) = 114+206+188=508 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.44% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 206 - color contains mainly: green. Hex color #72CEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CEBC is #8D3143. Grayscale: #B0B0B0. Windows color (decimal): -9253188 or 12373618. OLE color: 12373618.

HSL color Cylindrical-coordinate representation of color #72CEBC: hue angle of 168.26º 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 #72CEBC is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB114206188-
CMYK0.4500.090.19
HSL168.26º48.42%62.75%-
HSV(B)168.26º44.66%80.78%-
XYZ38.0951.3555.48-
YUV176.44134.5283.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.44%
GREEN value IS 206 (80.86% from 255) = 40.55%
BLUE value IS 188 (73.83% from 255) = 37.01%
R=22.44%
G=40.55%
B=37.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1142061880.4500.090.19168.2648.4262.75
Hex72CEBC2D0913a8303f
Octal16231627455011232506077
Binary11100101100111010111100101101010011001110101000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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