#71BAAE

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

Shades of Gulf Stream #71BAAE

Tints of Gulf Stream #71BAAE

Color information

#71BAAE (or 0x71BAAE) is unknown color: approx Gulf Stream. HEX triplet: 71, BA and AE. RGB value is (113,186,174). Sum of RGB (Red+Green+Blue) = 113+186+174=473 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.89% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 186 - color contains mainly: green. Hex color #71BAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BAAE is #8E4551. Grayscale: #A2A2A2. Windows color (decimal): -9323858 or 11450993. OLE color: 11450993.

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

Color convert

RGB113186174-
CMYK0.3900.060.27
HSL170.14º34.6%58.63%-
HSV(B)170.14º39.25%72.94%-
XYZ32.0141.6846.4-
YUV162.8134.3292.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.89%
GREEN value IS 186 (73.05% from 255) = 39.32%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=23.89%
G=39.32%
B=36.79%

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
Decimal1131861740.3900.060.27170.1434.658.63
Hex71BAAE27061Baa233b
Octal1612722564706332524373
Binary1110001101110101010111010011101101101110101010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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