Html Css Color HEX #71BDA9 Gulf Stream

📋 copy color: '#71BDA9'

red 113 ◦ green 189 ◦ blue 169

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

Shades of Gulf Stream #71BDA9

Tints of Gulf Stream #71BDA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 35.88%

R = 23.99%
G = 40.13%
B = 35.88%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#71BDA9 (or 0x71BDA9) is known color: Gulf Stream. HEX triplet: 71, BD and A9. RGB value is (113,189,169). Sum of RGB (Red+Green+Blue) = 113+189+169=471 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.99% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #71BDA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BDA9 is #8E4256. Grayscale: #A4A4A4. Windows color (decimal): -9323095 or 11124081. OLE color: 11124081.

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

Color convert

RGB 113 189 169 -
CMYK 0.40 0 0.11 0.26
HSL 164.21º 0.37% 0.59% -
HSV(B) 164.21º 0.4% 0.74% -
XYZ 32.17 42.77 44.1 -
YUV 164 130.82 91.63 -
System Red Green Blue C M Y K H S L
Decimal 113 189 169 0.40 0 0.11 0.26 164.21 0.37 0.59
Hex 71 BD A9 28 0 B 1A A4 25 3B
Octal 161 275 251 50 0 13 32 244 45 73
Binary 1110001 10111101 10101001 101000 0 1011 11010 10100100 100101 111011

Color Harmonies of #71BDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BDA9

Black with #71BDA9

Text Example


Text Example

White with #71BDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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