#72AD9E

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

Shades of Gulf Stream #72AD9E

Tints of Gulf Stream #72AD9E

Color information

#72AD9E (or 0x72AD9E) is unknown color: approx Gulf Stream. HEX triplet: 72, AD and 9E. RGB value is (114,173,158). Sum of RGB (Red+Green+Blue) = 114+173+158=445 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.62% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AD9E is #8D5261. Grayscale: #999999. Windows color (decimal): -9261666 or 10399090. OLE color: 10399090.

HSL color Cylindrical-coordinate representation of color #72AD9E: hue angle of 164.75º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72AD9E is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB114173158-
CMYK0.3400.090.32
HSL164.75º26.46%56.27%-
HSV(B)164.75º34.1%67.84%-
XYZ28.0535.9337.8-
YUV153.65130.4599.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.62%
GREEN value IS 173 (67.97% from 255) = 38.88%
BLUE value IS 158 (62.11% from 255) = 35.51%
R=25.62%
G=38.88%
B=35.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1141731580.3400.090.32164.7526.4656.27
Hex72AD9E220920a51a38
Octal16225523642011402453270
Binary11100101010110110011110100010010011000001010010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,173,158); }

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

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

 a { background-color: rgb(114,173,158); }

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

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

 span { border-color: rgb(114,173,158); }

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