Html Css Color HEX #71BEAA Gulf Stream

📋 copy color: '#71BEAA'

red 113 ◦ green 190 ◦ blue 170

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

Shades of Gulf Stream #71BEAA

Tints of Gulf Stream #71BEAA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.17%

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

R = 23.89%
G = 40.17%
B = 35.94%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#71BEAA (or 0x71BEAA) is known color: Gulf Stream. HEX triplet: 71, BE and AA. RGB value is (113,190,170). Sum of RGB (Red+Green+Blue) = 113+190+170=473 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.89% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #71BEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BEAA is #8E4155. Grayscale: #A4A4A4. Windows color (decimal): -9322838 or 11189873. OLE color: 11189873.

HSL color Cylindrical-coordinate representation of color #71BEAA: hue angle of 164.42º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71BEAA is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 190 170 -
CMYK 0.41 0 0.11 0.25
HSL 164.42º 0.37% 0.59% -
HSV(B) 164.42º 0.41% 0.75% -
XYZ 32.48 43.24 44.66 -
YUV 164.7 130.99 91.13 -
System Red Green Blue C M Y K H S L
Decimal 113 190 170 0.41 0 0.11 0.25 164.42 0.37 0.59
Hex 71 BE AA 29 0 B 19 A4 25 3B
Octal 161 276 252 51 0 13 31 244 45 73
Binary 1110001 10111110 10101010 101001 0 1011 11001 10100100 100101 111011

Color Harmonies of #71BEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BEAA

Black with #71BEAA

Text Example


Text Example

White with #71BEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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