#72B9AE

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

Shades of Gulf Stream #72B9AE

Tints of Gulf Stream #72B9AE

Color information

#72B9AE (or 0x72B9AE) is unknown color: approx Gulf Stream. HEX triplet: 72, B9 and AE. RGB value is (114,185,174). Sum of RGB (Red+Green+Blue) = 114+185+174=473 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.10% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #72B9AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B9AE is #8D4651. Grayscale: #A2A2A2. Windows color (decimal): -9258578 or 11450738. OLE color: 11450738.

HSL color Cylindrical-coordinate representation of color #72B9AE: hue angle of 170.7º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72B9AE is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB114185174-
CMYK0.3800.060.27
HSL170.7º33.65%58.63%-
HSV(B)170.7º38.38%72.55%-
XYZ31.9341.3346.34-
YUV162.52134.4893.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.10%
GREEN value IS 185 (72.66% from 255) = 39.11%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=24.10%
G=39.11%
B=36.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141851740.3800.060.27170.733.6558.63
Hex72B9AE26061Bab223b
Octal1622712564606332534273
Binary1110010101110011010111010011001101101110101011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,185,174); }

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

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

 a { background-color: rgb(114,185,174); }

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

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

 span { border-color: rgb(114,185,174); }

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