Html Css Color HEX #71B8B5 Gulf Stream

📋 copy color: '#71B8B5'

red 113 ◦ green 184 ◦ blue 181

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

Shades of Gulf Stream #71B8B5

Tints of Gulf Stream #71B8B5

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.49%

 BLUE value IS 181 (71.09% from 255) = 37.87%

R = 23.64%
G = 38.49%
B = 37.87%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#71B8B5 (or 0x71B8B5) is known color: Gulf Stream. HEX triplet: 71, B8 and B5. RGB value is (113,184,181). Sum of RGB (Red+Green+Blue) = 113+184+181=478 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.64% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 184 - color contains mainly: green. Hex color #71B8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71B8B5 is #8E474A. Grayscale: #A2A2A2. Windows color (decimal): -9324363 or 11909233. OLE color: 11909233.

HSL color Cylindrical-coordinate representation of color #71B8B5: hue angle of 177.46º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71B8B5 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 113 184 181 -
CMYK 0.39 0 0.02 0.28
HSL 177.46º 0.33% 0.58% -
HSV(B) 177.46º 0.39% 0.72% -
XYZ 32.29 41.13 49.95 -
YUV 162.43 138.48 92.74 -
System Red Green Blue C M Y K H S L
Decimal 113 184 181 0.39 0 0.02 0.28 177.46 0.33 0.58
Hex 71 B8 B5 27 0 2 1C B1 21 3A
Octal 161 270 265 47 0 2 34 261 41 72
Binary 1110001 10111000 10110101 100111 0 10 11100 10110001 100001 111010

Color Harmonies of #71B8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B8B5

Black with #71B8B5

Text Example


Text Example

White with #71B8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,184,181); }

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

background-color css

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

 a { background-color: rgb(113,184,181); }

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

border-color css

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

 span { border-color: rgb(113,184,181); }

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