#72CEBA

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

Shades of Downy #72CEBA

Tints of Downy #72CEBA

Color information

#72CEBA (or 0x72CEBA) is unknown color: approx Downy. HEX triplet: 72, CE and BA. RGB value is (114,206,186). Sum of RGB (Red+Green+Blue) = 114+206+186=506 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.53% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 206 - color contains mainly: green. Hex color #72CEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CEBA is #8D3145. Grayscale: #B0B0B0. Windows color (decimal): -9253190 or 12242546. OLE color: 12242546.

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

Color convert

RGB114206186-
CMYK0.4500.100.19
HSL166.96º48.42%62.75%-
HSV(B)166.96º44.66%80.78%-
XYZ37.8751.2754.35-
YUV176.21133.5283.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.53%
GREEN value IS 206 (80.86% from 255) = 40.71%
BLUE value IS 186 (73.05% from 255) = 36.76%
R=22.53%
G=40.71%
B=36.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1142061860.4500.100.19166.9648.4262.75
Hex72CEBA2D0A13a7303f
Octal16231627255012232476077
Binary11100101100111010111010101101010101001110100111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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