#72A89C

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

Shades of Tradewind #72A89C

Tints of Tradewind #72A89C

Color information

#72A89C (or 0x72A89C) is unknown color: approx Tradewind. HEX triplet: 72, A8 and 9C. RGB value is (114,168,156). Sum of RGB (Red+Green+Blue) = 114+168+156=438 (58% of max value = 765). Red value is 114 (44.92% from 255 or 26.03% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 168 - color contains mainly: green. Hex color #72A89C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A89C is #8D5763. Grayscale: #969696. Windows color (decimal): -9262948 or 10266738. OLE color: 10266738.

HSL color Cylindrical-coordinate representation of color #72A89C: hue angle of 166.67º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72A89C is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB114168156-
CMYK0.3200.070.34
HSL166.67º23.68%55.29%-
HSV(B)166.67º32.14%65.88%-
XYZ26.9433.9836.59-
YUV150.49131.11101.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.03%
GREEN value IS 168 (66.02% from 255) = 38.36%
BLUE value IS 156 (61.33% from 255) = 35.62%
R=26.03%
G=38.36%
B=35.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1141681560.3200.070.34166.6723.6855.29
Hex72A89C200722a71837
Octal1622502344007422473067
Binary1110010101010001001110010000001111000101010011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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