#72CDBB

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

Shades of Downy #72CDBB

Tints of Downy #72CDBB

Color information

#72CDBB (or 0x72CDBB) is unknown color: approx Downy. HEX triplet: 72, CD and BB. RGB value is (114,205,187). Sum of RGB (Red+Green+Blue) = 114+205+187=506 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.53% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #72CDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CDBB is #8D3244. Grayscale: #AFAFAF. Windows color (decimal): -9253445 or 12307826. OLE color: 12307826.

HSL color Cylindrical-coordinate representation of color #72CDBB: hue angle of 168.13º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72CDBB is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB114205187-
CMYK0.4400.090.20
HSL168.13º47.64%62.55%-
HSV(B)168.13º44.39%80.39%-
XYZ37.7450.8354.84-
YUV175.74134.3583.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.53%
GREEN value IS 205 (80.47% from 255) = 40.51%
BLUE value IS 187 (73.44% from 255) = 36.96%
R=22.53%
G=40.51%
B=36.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1142051870.4400.090.20168.1347.6462.55
Hex72CDBB2C0914a8303f
Octal16231527354011242506077
Binary11100101100110110111011101100010011010010101000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,205,187); }

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

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

 a { background-color: rgb(114,205,187); }

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

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

 span { border-color: rgb(114,205,187); }

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