Html Css Color HEX #71B4A8 Gulf Stream

📋 copy color: '#71B4A8'

red 113 ◦ green 180 ◦ blue 168

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

Shades of Gulf Stream #71B4A8

Tints of Gulf Stream #71B4A8

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.05%

 BLUE value IS 168 (66.02% from 255) = 36.44%

R = 24.51%
G = 39.05%
B = 36.44%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#71B4A8 (or 0x71B4A8) is known color: Gulf Stream. HEX triplet: 71, B4 and A8. RGB value is (113,180,168). Sum of RGB (Red+Green+Blue) = 113+180+168=461 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.51% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 168 (66.02% from 255 or 36.44% from 461); Max value from RGB is 180 - color contains mainly: green. Hex color #71B4A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B4A8 is #8E4B57. Grayscale: #9E9E9E. Windows color (decimal): -9325400 or 11056241. OLE color: 11056241.

HSL color Cylindrical-coordinate representation of color #71B4A8: hue angle of 169.25º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71B4A8 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 180 168 -
CMYK 0.37 0 0.07 0.29
HSL 169.25º 0.31% 0.57% -
HSV(B) 169.25º 0.37% 0.71% -
XYZ 30.2 38.98 42.98 -
YUV 158.6 133.3 95.48 -
System Red Green Blue C M Y K H S L
Decimal 113 180 168 0.37 0 0.07 0.29 169.25 0.31 0.57
Hex 71 B4 A8 25 0 7 1D A9 1F 39
Octal 161 264 250 45 0 7 35 251 37 71
Binary 1110001 10110100 10101000 100101 0 111 11101 10101001 11111 111001

Color Harmonies of #71B4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B4A8

Black with #71B4A8

Text Example


Text Example

White with #71B4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,180,168); }

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

background-color css

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

 a { background-color: rgb(113,180,168); }

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

border-color css

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

 span { border-color: rgb(113,180,168); }

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