#71BAAC

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

Shades of Gulf Stream #71BAAC

Tints of Gulf Stream #71BAAC

Color information

#71BAAC (or 0x71BAAC) is unknown color: approx Gulf Stream. HEX triplet: 71, BA and AC. RGB value is (113,186,172). Sum of RGB (Red+Green+Blue) = 113+186+172=471 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.99% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #71BAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BAAC is #8E4553. Grayscale: #A2A2A2. Windows color (decimal): -9323860 or 11319921. OLE color: 11319921.

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

Color convert

RGB113186172-
CMYK0.3900.080.27
HSL168.49º34.6%58.63%-
HSV(B)168.49º39.25%72.94%-
XYZ31.8241.6145.38-
YUV162.58133.3292.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.99%
GREEN value IS 186 (73.05% from 255) = 39.49%
BLUE value IS 172 (67.58% from 255) = 36.52%
R=23.99%
G=39.49%
B=36.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131861720.3900.080.27168.4934.658.63
Hex71BAAC27081Ba8233b
Octal16127225447010332504373
Binary11100011011101010101100100111010001101110101000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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