#71B4AD

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

Shades of Gulf Stream #71B4AD

Tints of Gulf Stream #71B4AD

Color information

#71B4AD (or 0x71B4AD) is unknown color: approx Gulf Stream. HEX triplet: 71, B4 and AD. RGB value is (113,180,173). Sum of RGB (Red+Green+Blue) = 113+180+173=466 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.25% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 180 - color contains mainly: green. Hex color #71B4AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B4AD is #8E4B52. Grayscale: #9F9F9F. Windows color (decimal): -9325395 or 11383921. OLE color: 11383921.

HSL color Cylindrical-coordinate representation of color #71B4AD: hue angle of 173.73º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71B4AD is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB113180173-
CMYK0.3700.040.29
HSL173.73º30.88%57.45%-
HSV(B)173.73º37.22%70.59%-
XYZ30.6739.1745.48-
YUV159.17135.895.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.25%
GREEN value IS 180 (70.70% from 255) = 38.63%
BLUE value IS 173 (67.97% from 255) = 37.12%
R=24.25%
G=38.63%
B=37.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1131801730.3700.040.29173.7330.8857.45
Hex71B4AD25041Dae1f39
Octal1612642554504352563771
Binary111000110110100101011011001010100111011010111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,180,173); }

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

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

 a { background-color: rgb(113,180,173); }

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

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

 span { border-color: rgb(113,180,173); }

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