#71B8AC

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

Shades of Gulf Stream #71B8AC

Tints of Gulf Stream #71B8AC

Color information

#71B8AC (or 0x71B8AC) is unknown color: approx Gulf Stream. HEX triplet: 71, B8 and AC. RGB value is (113,184,172). Sum of RGB (Red+Green+Blue) = 113+184+172=469 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.09% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 184 - color contains mainly: green. Hex color #71B8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B8AC is #8E4753. Grayscale: #A1A1A1. Windows color (decimal): -9324372 or 11319409. OLE color: 11319409.

HSL color Cylindrical-coordinate representation of color #71B8AC: hue angle of 169.86º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71B8AC is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB113184172-
CMYK0.3900.070.28
HSL169.86º33.33%58.24%-
HSV(B)169.86º38.59%72.16%-
XYZ31.440.7745.24-
YUV161.4133.9893.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.09%
GREEN value IS 184 (72.27% from 255) = 39.23%
BLUE value IS 172 (67.58% from 255) = 36.67%
R=24.09%
G=39.23%
B=36.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1131841720.3900.070.28169.8633.3358.24
Hex71B8AC27071Caa213a
Octal1612702544707342524172
Binary1110001101110001010110010011101111110010101010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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