Html Css Color HEX #71ADA1 Gulf Stream

📋 copy color: '#71ADA1'

red 113 ◦ green 173 ◦ blue 161

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

Shades of Gulf Stream #71ADA1

Tints of Gulf Stream #71ADA1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.7%

 BLUE value IS 161 (63.28% from 255) = 36.02%

R = 25.28%
G = 38.7%
B = 36.02%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#71ADA1 (or 0x71ADA1) is known color: Gulf Stream. HEX triplet: 71, AD and A1. RGB value is (113,173,161). Sum of RGB (Red+Green+Blue) = 113+173+161=447 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.28% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 161 (63.28% from 255 or 36.02% from 447); Max value from RGB is 173 - color contains mainly: green. Hex color #71ADA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71ADA1 is #8E525E. Grayscale: #999999. Windows color (decimal): -9327199 or 10595697. OLE color: 10595697.

HSL color Cylindrical-coordinate representation of color #71ADA1: hue angle of 168º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #71ADA1 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 173 161 -
CMYK 0.35 0 0.07 0.32
HSL 168º 0.27% 0.56% -
HSV(B) 168º 0.35% 0.68% -
XYZ 28.19 35.97 39.18 -
YUV 153.69 132.12 98.98 -
System Red Green Blue C M Y K H S L
Decimal 113 173 161 0.35 0 0.07 0.32 168 0.27 0.56
Hex 71 AD A1 23 0 7 20 A8 1B 38
Octal 161 255 241 43 0 7 40 250 33 70
Binary 1110001 10101101 10100001 100011 0 111 100000 10101000 11011 111000

Color Harmonies of #71ADA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ADA1

Black with #71ADA1

Text Example


Text Example

White with #71ADA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,173,161); }

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

background-color css

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

 a { background-color: rgb(113,173,161); }

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

border-color css

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

 span { border-color: rgb(113,173,161); }

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