#72AA9C

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

Shades of Gulf Stream #72AA9C

Tints of Gulf Stream #72AA9C

Color information

#72AA9C (or 0x72AA9C) is unknown color: approx Gulf Stream. HEX triplet: 72, AA and 9C. RGB value is (114,170,156). Sum of RGB (Red+Green+Blue) = 114+170+156=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 170 - color contains mainly: green. Hex color #72AA9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AA9C is #8D5563. Grayscale: #979797. Windows color (decimal): -9262436 or 10267250. OLE color: 10267250.

HSL color Cylindrical-coordinate representation of color #72AA9C: hue angle of 165º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72AA9C is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB114170156-
CMYK0.3300.080.33
HSL165º24.78%55.69%-
HSV(B)165º32.94%66.67%-
XYZ27.3134.7336.72-
YUV151.66130.45101.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.91%
GREEN value IS 170 (66.80% from 255) = 38.64%
BLUE value IS 156 (61.33% from 255) = 35.45%
R=25.91%
G=38.64%
B=35.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141701560.3300.080.3316524.7855.69
Hex72AA9C210821a51938
Octal16225223441010412453170
Binary11100101010101010011100100001010001000011010010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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