Html Css Color HEX #71B9A3 Gulf Stream

📋 copy color: '#71B9A3'

red 113 ◦ green 185 ◦ blue 163

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

Shades of Gulf Stream #71B9A3

Tints of Gulf Stream #71B9A3

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.13%

 BLUE value IS 163 (64.06% from 255) = 35.36%

R = 24.51%
G = 40.13%
B = 35.36%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#71B9A3 (or 0x71B9A3) is known color: Gulf Stream. HEX triplet: 71, B9 and A3. RGB value is (113,185,163). Sum of RGB (Red+Green+Blue) = 113+185+163=461 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.51% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 163 (64.06% from 255 or 35.36% from 461); Max value from RGB is 185 - color contains mainly: green. Hex color #71B9A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B9A3 is #8E465C. Grayscale: #A0A0A0. Windows color (decimal): -9324125 or 10729841. OLE color: 10729841.

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

Color convert

RGB 113 185 163 -
CMYK 0.39 0 0.12 0.27
HSL 161.67º 0.34% 0.58% -
HSV(B) 161.67º 0.39% 0.73% -
XYZ 30.77 40.85 40.91 -
YUV 160.96 129.15 93.79 -
System Red Green Blue C M Y K H S L
Decimal 113 185 163 0.39 0 0.12 0.27 161.67 0.34 0.58
Hex 71 B9 A3 27 0 C 1B A2 22 3A
Octal 161 271 243 47 0 14 33 242 42 72
Binary 1110001 10111001 10100011 100111 0 1100 11011 10100010 100010 111010

Color Harmonies of #71B9A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B9A3

Black with #71B9A3

Text Example


Text Example

White with #71B9A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,185,163); }

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

background-color css

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

 a { background-color: rgb(113,185,163); }

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

border-color css

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

 span { border-color: rgb(113,185,163); }

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