Html Css Color HEX #71BAAA Gulf Stream

📋 copy color: '#71BAAA'

red 113 ◦ green 186 ◦ blue 170

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

Shades of Gulf Stream #71BAAA

Tints of Gulf Stream #71BAAA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.66%

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

R = 24.09%
G = 39.66%
B = 36.25%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#71BAAA (or 0x71BAAA) is known color: Gulf Stream. HEX triplet: 71, BA and AA. RGB value is (113,186,170). Sum of RGB (Red+Green+Blue) = 113+186+170=469 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.09% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #71BAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BAAA is #8E4555. Grayscale: #A2A2A2. Windows color (decimal): -9323862 or 11188849. OLE color: 11188849.

HSL color Cylindrical-coordinate representation of color #71BAAA: hue angle of 166.85º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71BAAA is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 186 170 -
CMYK 0.39 0 0.09 0.27
HSL 166.85º 0.35% 0.59% -
HSV(B) 166.85º 0.39% 0.73% -
XYZ 31.62 41.53 44.38 -
YUV 162.35 132.32 92.8 -
System Red Green Blue C M Y K H S L
Decimal 113 186 170 0.39 0 0.09 0.27 166.85 0.35 0.59
Hex 71 BA AA 27 0 9 1B A7 23 3B
Octal 161 272 252 47 0 11 33 247 43 73
Binary 1110001 10111010 10101010 100111 0 1001 11011 10100111 100011 111011

Color Harmonies of #71BAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BAAA

Black with #71BAAA

Text Example


Text Example

White with #71BAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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