Html Css Color HEX #71BBA3 Gulf Stream

📋 copy color: '#71BBA3'

red 113 ◦ green 187 ◦ blue 163

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

Shades of Gulf Stream #71BBA3

Tints of Gulf Stream #71BBA3

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.39%

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

R = 24.41%
G = 40.39%
B = 35.21%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#71BBA3 (or 0x71BBA3) is known color: Gulf Stream. HEX triplet: 71, BB and A3. RGB value is (113,187,163). Sum of RGB (Red+Green+Blue) = 113+187+163=463 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.41% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 163 (64.06% from 255 or 35.21% from 463); Max value from RGB is 187 - color contains mainly: green. Hex color #71BBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BBA3 is #8E445C. Grayscale: #A2A2A2. Windows color (decimal): -9323613 or 10730353. OLE color: 10730353.

HSL color Cylindrical-coordinate representation of color #71BBA3: hue angle of 160.54º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71BBA3 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 187 163 -
CMYK 0.40 0 0.13 0.27
HSL 160.54º 0.35% 0.59% -
HSV(B) 160.54º 0.4% 0.73% -
XYZ 31.19 41.7 41.05 -
YUV 162.14 128.48 92.95 -
System Red Green Blue C M Y K H S L
Decimal 113 187 163 0.40 0 0.13 0.27 160.54 0.35 0.59
Hex 71 BB A3 28 0 D 1B A1 23 3B
Octal 161 273 243 50 0 15 33 241 43 73
Binary 1110001 10111011 10100011 101000 0 1101 11011 10100001 100011 111011

Color Harmonies of #71BBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BBA3

Black with #71BBA3

Text Example


Text Example

White with #71BBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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