#71B4AE

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

Shades of Gulf Stream #71B4AE

Tints of Gulf Stream #71B4AE

Color information

#71B4AE (or 0x71B4AE) is unknown color: approx Gulf Stream. HEX triplet: 71, B4 and AE. RGB value is (113,180,174). Sum of RGB (Red+Green+Blue) = 113+180+174=467 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.20% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 180 - color contains mainly: green. Hex color #71B4AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B4AE is #8E4B51. Grayscale: #9F9F9F. Windows color (decimal): -9325394 or 11449457. OLE color: 11449457.

HSL color Cylindrical-coordinate representation of color #71B4AE: hue angle of 174.63º 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 #71B4AE is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB113180174-
CMYK0.3700.030.29
HSL174.63º30.88%57.45%-
HSV(B)174.63º37.22%70.59%-
XYZ30.7739.2145.99-
YUV159.28136.394.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.20%
GREEN value IS 180 (70.70% from 255) = 38.54%
BLUE value IS 174 (68.36% from 255) = 37.26%
R=24.20%
G=38.54%
B=37.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1131801740.3700.030.29174.6330.8857.45
Hex71B4AE25031Daf1f39
Octal1612642564503352573771
Binary11100011011010010101110100101011111011010111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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