#72BAA1

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

Shades of Gulf Stream #72BAA1

Tints of Gulf Stream #72BAA1

Color information

#72BAA1 (or 0x72BAA1) is unknown color: approx Gulf Stream. HEX triplet: 72, BA and A1. RGB value is (114,186,161). Sum of RGB (Red+Green+Blue) = 114+186+161=461 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.73% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #72BAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BAA1 is #8D455E. Grayscale: #A1A1A1. Windows color (decimal): -9258335 or 10599026. OLE color: 10599026.

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

Color convert

RGB114186161-
CMYK0.3900.130.27
HSL159.17º34.29%58.82%-
HSV(B)159.17º38.71%72.94%-
XYZ30.9341.2740.05-
YUV161.62127.6594.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.73%
GREEN value IS 186 (73.05% from 255) = 40.35%
BLUE value IS 161 (63.28% from 255) = 34.92%
R=24.73%
G=40.35%
B=34.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141861610.3900.130.27159.1734.2958.82
Hex72BAA1270D1B9f223b
Octal16227224147015332374273
Binary11100101011101010100001100111011011101110011111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,186,161); }

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

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

 a { background-color: rgb(114,186,161); }

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

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

 span { border-color: rgb(114,186,161); }

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