Html Css Color HEX #71B4AA Gulf Stream

📋 copy color: '#71B4AA'

red 113 ◦ green 180 ◦ blue 170

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

Shades of Gulf Stream #71B4AA

Tints of Gulf Stream #71B4AA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.88%

 BLUE value IS 170 (66.8% from 255) = 36.72%

R = 24.41%
G = 38.88%
B = 36.72%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#71B4AA (or 0x71B4AA) is known color: Gulf Stream. HEX triplet: 71, B4 and AA. RGB value is (113,180,170). Sum of RGB (Red+Green+Blue) = 113+180+170=463 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.41% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #71B4AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B4AA is #8E4B55. Grayscale: #9E9E9E. Windows color (decimal): -9325398 or 11187313. OLE color: 11187313.

HSL color Cylindrical-coordinate representation of color #71B4AA: hue angle of 171.04º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71B4AA is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 180 170 -
CMYK 0.37 0 0.06 0.29
HSL 171.04º 0.31% 0.57% -
HSV(B) 171.04º 0.37% 0.71% -
XYZ 30.39 39.06 43.97 -
YUV 158.83 134.3 95.31 -
System Red Green Blue C M Y K H S L
Decimal 113 180 170 0.37 0 0.06 0.29 171.04 0.31 0.57
Hex 71 B4 AA 25 0 6 1D AB 1F 39
Octal 161 264 252 45 0 6 35 253 37 71
Binary 1110001 10110100 10101010 100101 0 110 11101 10101011 11111 111001

Color Harmonies of #71B4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B4AA

Black with #71B4AA

Text Example


Text Example

White with #71B4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,180,170); }

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

background-color css

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

 a { background-color: rgb(113,180,170); }

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

border-color css

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

 span { border-color: rgb(113,180,170); }

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