#71BBA3

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

Shades of Gulf Stream #71BBA3

Tints of Gulf Stream #71BBA3

Color information

#71BBA3 (or 0x71BBA3) is unknown color: approx Gulf Stream. HEX triplet: 71, BB and A3. RGB value is (113,187,163). Sum of RGB (Red+Green+Blue) = 113+187+163=463 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.41% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 163 (64.06% from 255 or 35.21% from 463); Max value from RGB is 187 - color contains mainly: green. Hex color #71BBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BBA3 is #8E445C. Grayscale: #A2A2A2. Windows color (decimal): -9323613 or 10730353. OLE color: 10730353.

HSL color Cylindrical-coordinate representation of color #71BBA3: hue angle of 160.54º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71BBA3 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB113187163-
CMYK0.4000.130.27
HSL160.54º35.24%58.82%-
HSV(B)160.54º39.57%73.33%-
XYZ31.1941.741.05-
YUV162.14128.4892.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.41%
GREEN value IS 187 (73.44% from 255) = 40.39%
BLUE value IS 163 (64.06% from 255) = 35.21%
R=24.41%
G=40.39%
B=35.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131871630.4000.130.27160.5435.2458.82
Hex71BBA3280D1Ba1233b
Octal16127324350015332414373
Binary11100011011101110100011101000011011101110100001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,187,163); }

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

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

 a { background-color: rgb(113,187,163); }

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

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

 span { border-color: rgb(113,187,163); }

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