#71B8A0

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

Shades of Gulf Stream #71B8A0

Tints of Gulf Stream #71B8A0

Color information

#71B8A0 (or 0x71B8A0) is unknown color: approx Gulf Stream. HEX triplet: 71, B8 and A0. RGB value is (113,184,160). Sum of RGB (Red+Green+Blue) = 113+184+160=457 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.73% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 184 - color contains mainly: green. Hex color #71B8A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B8A0 is #8E475F. Grayscale: #A0A0A0. Windows color (decimal): -9324384 or 10532977. OLE color: 10532977.

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

Color convert

RGB113184160-
CMYK0.3900.130.28
HSL159.72º33.33%58.24%-
HSV(B)159.72º38.59%72.16%-
XYZ30.340.3339.45-
YUV160.04127.9894.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.73%
GREEN value IS 184 (72.27% from 255) = 40.26%
BLUE value IS 160 (62.89% from 255) = 35.01%
R=24.73%
G=40.26%
B=35.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1131841600.3900.130.28159.7233.3358.24
Hex71B8A0270D1Ca0213a
Octal16127024047015342404172
Binary11100011011100010100000100111011011110010100000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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