Html Css Color HEX #71BDAB Gulf Stream

📋 copy color: '#71BDAB'

red 113 ◦ green 189 ◦ blue 171

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

Shades of Gulf Stream #71BDAB

Tints of Gulf Stream #71BDAB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.96%

 BLUE value IS 171 (67.19% from 255) = 36.15%

R = 23.89%
G = 39.96%
B = 36.15%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#71BDAB (or 0x71BDAB) is known color: Gulf Stream. HEX triplet: 71, BD and AB. RGB value is (113,189,171). Sum of RGB (Red+Green+Blue) = 113+189+171=473 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.89% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #71BDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BDAB is #8E4254. Grayscale: #A4A4A4. Windows color (decimal): -9323093 or 11255153. OLE color: 11255153.

HSL color Cylindrical-coordinate representation of color #71BDAB: hue angle of 165.79º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71BDAB is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 189 171 -
CMYK 0.40 0 0.10 0.26
HSL 165.79º 0.37% 0.59% -
HSV(B) 165.79º 0.4% 0.74% -
XYZ 32.36 42.85 45.09 -
YUV 164.22 131.82 91.46 -
System Red Green Blue C M Y K H S L
Decimal 113 189 171 0.40 0 0.10 0.26 165.79 0.37 0.59
Hex 71 BD AB 28 0 A 1A A6 25 3B
Octal 161 275 253 50 0 12 32 246 45 73
Binary 1110001 10111101 10101011 101000 0 1010 11010 10100110 100101 111011

Color Harmonies of #71BDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BDAB

Black with #71BDAB

Text Example


Text Example

White with #71BDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,189,171); }

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

background-color css

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

 a { background-color: rgb(113,189,171); }

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

border-color css

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

 span { border-color: rgb(113,189,171); }

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