#71BDAF

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

Shades of Gulf Stream #71BDAF

Tints of Gulf Stream #71BDAF

Color information

#71BDAF (or 0x71BDAF) is unknown color: approx Gulf Stream. HEX triplet: 71, BD and AF. RGB value is (113,189,175). Sum of RGB (Red+Green+Blue) = 113+189+175=477 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.69% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 189 - color contains mainly: green. Hex color #71BDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BDAF is #8E4250. Grayscale: #A4A4A4. Windows color (decimal): -9323089 or 11517297. OLE color: 11517297.

HSL color Cylindrical-coordinate representation of color #71BDAF: hue angle of 168.95º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71BDAF is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB113189175-
CMYK0.4000.070.26
HSL168.95º36.54%59.22%-
HSV(B)168.95º40.21%74.12%-
XYZ32.754347.13-
YUV164.68133.8291.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.69%
GREEN value IS 189 (74.22% from 255) = 39.62%
BLUE value IS 175 (68.75% from 255) = 36.69%
R=23.69%
G=39.62%
B=36.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1131891750.4000.070.26168.9536.5459.22
Hex71BDAF28071Aa9253b
Octal1612752575007322514573
Binary1110001101111011010111110100001111101010101001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,189,175); }

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

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

 a { background-color: rgb(113,189,175); }

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

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

 span { border-color: rgb(113,189,175); }

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