Html Css Color HEX #71BDAE Gulf Stream

📋 copy color: '#71BDAE'

red 113 ◦ green 189 ◦ blue 174

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

Shades of Gulf Stream #71BDAE

Tints of Gulf Stream #71BDAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.55%

R = 23.74%
G = 39.71%
B = 36.55%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#71BDAE (or 0x71BDAE) is known color: Gulf Stream. HEX triplet: 71, BD and AE. RGB value is (113,189,174). Sum of RGB (Red+Green+Blue) = 113+189+174=476 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.74% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 189 - color contains mainly: green. Hex color #71BDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BDAE is #8E4251. Grayscale: #A4A4A4. Windows color (decimal): -9323090 or 11451761. OLE color: 11451761.

HSL color Cylindrical-coordinate representation of color #71BDAE: hue angle of 168.16º 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 #71BDAE is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 189 174 -
CMYK 0.40 0 0.08 0.26
HSL 168.16º 0.37% 0.59% -
HSV(B) 168.16º 0.4% 0.74% -
XYZ 32.65 42.96 46.62 -
YUV 164.57 133.32 91.22 -
System Red Green Blue C M Y K H S L
Decimal 113 189 174 0.40 0 0.08 0.26 168.16 0.37 0.59
Hex 71 BD AE 28 0 8 1A A8 25 3B
Octal 161 275 256 50 0 10 32 250 45 73
Binary 1110001 10111101 10101110 101000 0 1000 11010 10101000 100101 111011

Color Harmonies of #71BDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BDAE

Black with #71BDAE

Text Example


Text Example

White with #71BDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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