Html Css Color HEX #71BEA9 Gulf Stream

📋 copy color: '#71BEA9'

red 113 ◦ green 190 ◦ blue 169

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

Shades of Gulf Stream #71BEA9

Tints of Gulf Stream #71BEA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 35.81%

R = 23.94%
G = 40.25%
B = 35.81%

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

#71BEA9 (or 0x71BEA9) is known color: Gulf Stream. HEX triplet: 71, BE and A9. RGB value is (113,190,169). Sum of RGB (Red+Green+Blue) = 113+190+169=472 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.94% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 190 - color contains mainly: green. Hex color #71BEA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BEA9 is #8E4156. Grayscale: #A4A4A4. Windows color (decimal): -9322839 or 11124337. OLE color: 11124337.

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

Color convert

RGB 113 190 169 -
CMYK 0.41 0 0.11 0.25
HSL 163.64º 0.37% 0.59% -
HSV(B) 163.64º 0.41% 0.75% -
XYZ 32.38 43.2 44.17 -
YUV 164.58 130.49 91.21 -
System Red Green Blue C M Y K H S L
Decimal 113 190 169 0.41 0 0.11 0.25 163.64 0.37 0.59
Hex 71 BE A9 29 0 B 19 A4 25 3B
Octal 161 276 251 51 0 13 31 244 45 73
Binary 1110001 10111110 10101001 101001 0 1011 11001 10100100 100101 111011

Color Harmonies of #71BEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BEA9

Black with #71BEA9

Text Example


Text Example

White with #71BEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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