#72CFB9

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

Shades of Downy #72CFB9

Tints of Downy #72CFB9

Color information

#72CFB9 (or 0x72CFB9) is unknown color: approx Downy. HEX triplet: 72, CF and B9. RGB value is (114,207,185). Sum of RGB (Red+Green+Blue) = 114+207+185=506 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.53% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 207 - color contains mainly: green. Hex color #72CFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CFB9 is #8D3046. Grayscale: #B0B0B0. Windows color (decimal): -9252935 or 12177266. OLE color: 12177266.

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

Color convert

RGB114207185-
CMYK0.4500.110.19
HSL165.81º49.21%62.94%-
HSV(B)165.81º44.93%81.18%-
XYZ38.0151.7153.88-
YUV176.68132.6983.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.53%
GREEN value IS 207 (81.25% from 255) = 40.91%
BLUE value IS 185 (72.66% from 255) = 36.56%
R=22.53%
G=40.91%
B=36.56%

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
Decimal1142071850.4500.110.19165.8149.2162.94
Hex72CFB92D0B13a6313f
Octal16231727155013232466177
Binary11100101100111110111001101101010111001110100110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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