#71B8AA

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

Shades of Gulf Stream #71B8AA

Tints of Gulf Stream #71B8AA

Color information

#71B8AA (or 0x71B8AA) is unknown color: approx Gulf Stream. HEX triplet: 71, B8 and AA. RGB value is (113,184,170). Sum of RGB (Red+Green+Blue) = 113+184+170=467 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.20% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 184 - color contains mainly: green. Hex color #71B8AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B8AA is #8E4755. Grayscale: #A1A1A1. Windows color (decimal): -9324374 or 11188337. OLE color: 11188337.

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

Color convert

RGB113184170-
CMYK0.3900.080.28
HSL168.17º33.33%58.24%-
HSV(B)168.17º38.59%72.16%-
XYZ31.2140.6944.24-
YUV161.17132.9893.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.20%
GREEN value IS 184 (72.27% from 255) = 39.40%
BLUE value IS 170 (66.80% from 255) = 36.40%
R=24.20%
G=39.40%
B=36.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1131841700.3900.080.28168.1733.3358.24
Hex71B8AA27081Ca8213a
Octal16127025247010342504172
Binary11100011011100010101010100111010001110010101000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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