Html Css Color HEX #71B9A4 Gulf Stream

📋 copy color: '#71B9A4'

red 113 ◦ green 185 ◦ blue 164

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

Shades of Gulf Stream #71B9A4

Tints of Gulf Stream #71B9A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.5%

R = 24.46%
G = 40.04%
B = 35.5%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#71B9A4 (or 0x71B9A4) is known color: Gulf Stream. HEX triplet: 71, B9 and A4. RGB value is (113,185,164). Sum of RGB (Red+Green+Blue) = 113+185+164=462 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.46% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 185 - color contains mainly: green. Hex color #71B9A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B9A4 is #8E465B. Grayscale: #A1A1A1. Windows color (decimal): -9324124 or 10795377. OLE color: 10795377.

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

Color convert

RGB 113 185 164 -
CMYK 0.39 0 0.11 0.27
HSL 162.5º 0.34% 0.58% -
HSV(B) 162.5º 0.39% 0.73% -
XYZ 30.86 40.89 41.39 -
YUV 161.08 129.65 93.71 -
System Red Green Blue C M Y K H S L
Decimal 113 185 164 0.39 0 0.11 0.27 162.5 0.34 0.58
Hex 71 B9 A4 27 0 B 1B A2 22 3A
Octal 161 271 244 47 0 13 33 242 42 72
Binary 1110001 10111001 10100100 100111 0 1011 11011 10100010 100010 111010

Color Harmonies of #71B9A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B9A4

Black with #71B9A4

Text Example


Text Example

White with #71B9A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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