#72A09C

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

Shades of Tradewind #72A09C

Tints of Tradewind #72A09C

Color information

#72A09C (or 0x72A09C) is unknown color: approx Tradewind. HEX triplet: 72, A0 and 9C. RGB value is (114,160,156). Sum of RGB (Red+Green+Blue) = 114+160+156=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 160 - color contains mainly: green. Hex color #72A09C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A09C is #8D5F63. Grayscale: #919191. Windows color (decimal): -9264996 or 10264690. OLE color: 10264690.

HSL color Cylindrical-coordinate representation of color #72A09C: hue angle of 174.78º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #72A09C is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB114160156-
CMYK0.2900.020.37
HSL174.78º19.49%53.73%-
HSV(B)174.78º28.75%62.75%-
XYZ25.5131.1236.11-
YUV145.79133.76105.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.51%
GREEN value IS 160 (62.89% from 255) = 37.21%
BLUE value IS 156 (61.33% from 255) = 36.28%
R=26.51%
G=37.21%
B=36.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1141601560.2900.020.37174.7819.4953.73
Hex72A09C1D0225af1336
Octal1622402343502452572366
Binary11100101010000010011100111010101001011010111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,160,156); }

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

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

 a { background-color: rgb(114,160,156); }

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

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

 span { border-color: rgb(114,160,156); }

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