#72B9A5

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

Shades of Gulf Stream #72B9A5

Tints of Gulf Stream #72B9A5

Color information

#72B9A5 (or 0x72B9A5) is unknown color: approx Gulf Stream. HEX triplet: 72, B9 and A5. RGB value is (114,185,165). Sum of RGB (Red+Green+Blue) = 114+185+165=464 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.57% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 185 - color contains mainly: green. Hex color #72B9A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B9A5 is #8D465A. Grayscale: #A1A1A1. Windows color (decimal): -9258587 or 10860914. OLE color: 10860914.

HSL color Cylindrical-coordinate representation of color #72B9A5: hue angle of 163.1º 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 #72B9A5 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB114185165-
CMYK0.3800.110.27
HSL163.1º33.65%58.63%-
HSV(B)163.1º38.38%72.55%-
XYZ31.0840.9941.87-
YUV161.49129.9894.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.57%
GREEN value IS 185 (72.66% from 255) = 39.87%
BLUE value IS 165 (64.84% from 255) = 35.56%
R=24.57%
G=39.87%
B=35.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141851650.3800.110.27163.133.6558.63
Hex72B9A5260B1Ba3223b
Octal16227124546013332434273
Binary11100101011100110100101100110010111101110100011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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