#72A99F

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

Shades of Tradewind #72A99F

Tints of Tradewind #72A99F

Color information

#72A99F (or 0x72A99F) is unknown color: approx Tradewind. HEX triplet: 72, A9 and 9F. RGB value is (114,169,159). Sum of RGB (Red+Green+Blue) = 114+169+159=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 169 - color contains mainly: green. Hex color #72A99F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A99F is #8D5660. Grayscale: #979797. Windows color (decimal): -9262689 or 10463602. OLE color: 10463602.

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

Color convert

RGB114169159-
CMYK0.3300.060.34
HSL169.09º24.23%55.49%-
HSV(B)169.09º32.54%66.27%-
XYZ27.3934.4638.01-
YUV151.42132.28101.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.79%
GREEN value IS 169 (66.41% from 255) = 38.24%
BLUE value IS 159 (62.5% from 255) = 35.97%
R=25.79%
G=38.24%
B=35.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1141691590.3300.060.34169.0924.2355.49
Hex72A99F210622a91837
Octal1622512374106422513067
Binary1110010101010011001111110000101101000101010100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,169,159); }

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

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

 a { background-color: rgb(114,169,159); }

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

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

 span { border-color: rgb(114,169,159); }

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