Html Css Color HEX #71B7AC Gulf Stream

📋 copy color: '#71B7AC'

red 113 ◦ green 183 ◦ blue 172

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

Shades of Gulf Stream #71B7AC

Tints of Gulf Stream #71B7AC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.1%

 BLUE value IS 172 (67.58% from 255) = 36.75%

R = 24.15%
G = 39.1%
B = 36.75%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#71B7AC (or 0x71B7AC) is known color: Gulf Stream. HEX triplet: 71, B7 and AC. RGB value is (113,183,172). Sum of RGB (Red+Green+Blue) = 113+183+172=468 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.15% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 183 - color contains mainly: green. Hex color #71B7AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B7AC is #8E4853. Grayscale: #A0A0A0. Windows color (decimal): -9324628 or 11319153. OLE color: 11319153.

HSL color Cylindrical-coordinate representation of color #71B7AC: hue angle of 170.57º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71B7AC is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 113 183 172 -
CMYK 0.38 0 0.06 0.28
HSL 170.57º 0.33% 0.58% -
HSV(B) 170.57º 0.38% 0.72% -
XYZ 31.19 40.36 45.18 -
YUV 160.82 134.31 93.89 -
System Red Green Blue C M Y K H S L
Decimal 113 183 172 0.38 0 0.06 0.28 170.57 0.33 0.58
Hex 71 B7 AC 26 0 6 1C AB 21 3A
Octal 161 267 254 46 0 6 34 253 41 72
Binary 1110001 10110111 10101100 100110 0 110 11100 10101011 100001 111010

Color Harmonies of #71B7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B7AC

Black with #71B7AC

Text Example


Text Example

White with #71B7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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