Html Css Color HEX #71B6A7 Gulf Stream

📋 copy color: '#71B6A7'

red 113 ◦ green 182 ◦ blue 167

#71B6A7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gulf Stream #71B6A7

Tints of Gulf Stream #71B6A7

RGB

 RED value IS 113 (44.53% from 255) = 24.46%

 GREEN value IS 182 (71.48% from 255) = 39.39%

 BLUE value IS 167 (65.63% from 255) = 36.15%

R = 24.46%
G = 39.39%
B = 36.15%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#71B6A7 (or 0x71B6A7) is known color: Gulf Stream. HEX triplet: 71, B6 and A7. RGB value is (113,182,167). Sum of RGB (Red+Green+Blue) = 113+182+167=462 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.46% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 167 (65.62% from 255 or 36.15% from 462); Max value from RGB is 182 - color contains mainly: green. Hex color #71B6A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B6A7 is #8E4958. Grayscale: #9F9F9F. Windows color (decimal): -9324889 or 10991217. OLE color: 10991217.

HSL color Cylindrical-coordinate representation of color #71B6A7: hue angle of 166.96º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71B6A7 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 182 167 -
CMYK 0.38 0 0.08 0.29
HSL 166.96º 0.32% 0.58% -
HSV(B) 166.96º 0.38% 0.71% -
XYZ 30.51 39.76 42.62 -
YUV 159.66 132.14 94.72 -
System Red Green Blue C M Y K H S L
Decimal 113 182 167 0.38 0 0.08 0.29 166.96 0.32 0.58
Hex 71 B6 A7 26 0 8 1D A7 20 3A
Octal 161 266 247 46 0 10 35 247 40 72
Binary 1110001 10110110 10100111 100110 0 1000 11101 10100111 100000 111010

Color Harmonies of #71B6A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B6A7

Black with #71B6A7

Text Example


Text Example

White with #71B6A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,182,167); }

 H1.HeaderClassName
 {
   color: #71B6A7;
 }
 .AnyTagClassName
 {
   color: #71B6A7;
 }
</style>

background-color css

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

 a { background-color: rgb(113,182,167); }

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

border-color css

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

 span { border-color: rgb(113,182,167); }

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