#71BBB7

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

Shades of Gulf Stream #71BBB7

Tints of Gulf Stream #71BBB7

Color information

#71BBB7 (or 0x71BBB7) is unknown color: approx Gulf Stream. HEX triplet: 71, BB and B7. RGB value is (113,187,183). Sum of RGB (Red+Green+Blue) = 113+187+183=483 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.40% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 187 - color contains mainly: green. Hex color #71BBB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BBB7 is #8E4448. Grayscale: #A4A4A4. Windows color (decimal): -9323593 or 12041073. OLE color: 12041073.

HSL color Cylindrical-coordinate representation of color #71BBB7: hue angle of 176.76º 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 #71BBB7 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB113187183-
CMYK0.4000.020.27
HSL176.76º35.24%58.82%-
HSV(B)176.76º39.57%73.33%-
XYZ33.1342.4751.25-
YUV164.42138.4891.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.40%
GREEN value IS 187 (73.44% from 255) = 38.72%
BLUE value IS 183 (71.88% from 255) = 37.89%
R=23.40%
G=38.72%
B=37.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131871830.4000.020.27176.7635.2458.82
Hex71BBB728021Bb1233b
Octal1612732675002332614373
Binary111000110111011101101111010000101101110110001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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