Html Css Color HEX #71BEA6 Gulf Stream

📋 copy color: '#71BEA6'

red 113 ◦ green 190 ◦ blue 166

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

Shades of Gulf Stream #71BEA6

Tints of Gulf Stream #71BEA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.39%

R = 24.09%
G = 40.51%
B = 35.39%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#71BEA6 (or 0x71BEA6) is known color: Gulf Stream. HEX triplet: 71, BE and A6. RGB value is (113,190,166). Sum of RGB (Red+Green+Blue) = 113+190+166=469 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.09% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 190 - color contains mainly: green. Hex color #71BEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BEA6 is #8E4159. Grayscale: #A4A4A4. Windows color (decimal): -9322842 or 10927729. OLE color: 10927729.

HSL color Cylindrical-coordinate representation of color #71BEA6: hue angle of 161.3º 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 #71BEA6 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 190 166 -
CMYK 0.41 0 0.13 0.25
HSL 161.3º 0.37% 0.59% -
HSV(B) 161.3º 0.41% 0.75% -
XYZ 32.11 43.09 42.7 -
YUV 164.24 128.99 91.45 -
System Red Green Blue C M Y K H S L
Decimal 113 190 166 0.41 0 0.13 0.25 161.3 0.37 0.59
Hex 71 BE A6 29 0 D 19 A1 25 3B
Octal 161 276 246 51 0 15 31 241 45 73
Binary 1110001 10111110 10100110 101001 0 1101 11001 10100001 100101 111011

Color Harmonies of #71BEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BEA6

Black with #71BEA6

Text Example


Text Example

White with #71BEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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