#72B1AF

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

Shades of Tradewind #72B1AF

Tints of Tradewind #72B1AF

Color information

#72B1AF (or 0x72B1AF) is unknown color: approx Tradewind. HEX triplet: 72, B1 and AF. RGB value is (114,177,175). Sum of RGB (Red+Green+Blue) = 114+177+175=466 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.46% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 177 - color contains mainly: green. Hex color #72B1AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72B1AF is #8D4E50. Grayscale: #9D9D9D. Windows color (decimal): -9260625 or 11514226. OLE color: 11514226.

HSL color Cylindrical-coordinate representation of color #72B1AF: hue angle of 178.1º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72B1AF is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB114177175-
CMYK0.3600.010.31
HSL178.1º28.77%57.06%-
HSV(B)178.1º35.59%69.41%-
XYZ30.438.1246.31-
YUV157.94137.6396.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.46%
GREEN value IS 177 (69.53% from 255) = 37.98%
BLUE value IS 175 (68.75% from 255) = 37.55%
R=24.46%
G=37.98%
B=37.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141771750.3600.010.31178.128.7757.06
Hex72B1AF24011Fb21d39
Octal1622612574401372623571
Binary1110010101100011010111110010001111111011001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,177,175); }

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

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

 a { background-color: rgb(114,177,175); }

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

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

 span { border-color: rgb(114,177,175); }

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