#72BAAE

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

Shades of Gulf Stream #72BAAE

Tints of Gulf Stream #72BAAE

Color information

#72BAAE (or 0x72BAAE) is unknown color: approx Gulf Stream. HEX triplet: 72, BA and AE. RGB value is (114,186,174). Sum of RGB (Red+Green+Blue) = 114+186+174=474 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.05% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 186 - color contains mainly: green. Hex color #72BAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BAAE is #8D4551. Grayscale: #A3A3A3. Windows color (decimal): -9258322 or 11450994. OLE color: 11450994.

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

Color convert

RGB114186174-
CMYK0.3900.060.27
HSL170º34.29%58.82%-
HSV(B)170º38.71%72.94%-
XYZ32.1441.7546.41-
YUV163.1134.1592.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.05%
GREEN value IS 186 (73.05% from 255) = 39.24%
BLUE value IS 174 (68.36% from 255) = 36.71%
R=24.05%
G=39.24%
B=36.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141861740.3900.060.2717034.2958.82
Hex72BAAE27061Baa223b
Octal1622722564706332524273
Binary1110010101110101010111010011101101101110101010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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