#72b5a2

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

Shades of Gulf Stream #72B5A2

Tints of Gulf Stream #72B5A2

Color information

#72B5A2 (or 0x72B5A2) is unknown color: approx Gulf Stream. HEX triplet: 72, B5 and A2. RGB value is (114,181,162). Sum of RGB (Red+Green+Blue) = 114+181+162=457 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.95% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 181 - color contains mainly: green. Hex color #72B5A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B5A2 is #8D4A5D. Grayscale: #9E9E9E. Windows color (decimal): -9259614 or 10663282. OLE color: 10663282.

HSL color Cylindrical-coordinate representation of color #72B5A2: hue angle of 162.99º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72B5A2 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB114181162-
CMYK0.3700.100.29
HSL162.99º31.16%57.84%-
HSV(B)162.99º37.02%70.98%-
XYZ29.9839.2340.17-
YUV158.8129.896.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.95%
GREEN value IS 181 (71.09% from 255) = 39.61%
BLUE value IS 162 (63.67% from 255) = 35.45%
R=24.95%
G=39.61%
B=35.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1141811620.3700.100.29162.9931.1657.84
Hex72B5A2250A1Da31f3a
Octal16226524245012352433772
Binary1110010101101011010001010010101010111011010001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72b5a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,181,162); }

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

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

 a { background-color: rgb(114,181,162); }

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

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

 span { border-color: rgb(114,181,162); }

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