Html Css Color HEX #71BBA8 Gulf Stream

📋 copy color: '#71BBA8'

red 113 ◦ green 187 ◦ blue 168

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

Shades of Gulf Stream #71BBA8

Tints of Gulf Stream #71BBA8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.96%

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

R = 24.15%
G = 39.96%
B = 35.9%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#71BBA8 (or 0x71BBA8) is known color: Gulf Stream. HEX triplet: 71, BB and A8. RGB value is (113,187,168). Sum of RGB (Red+Green+Blue) = 113+187+168=468 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.15% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 187 - color contains mainly: green. Hex color #71BBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BBA8 is #8E4457. Grayscale: #A2A2A2. Windows color (decimal): -9323608 or 11058033. OLE color: 11058033.

HSL color Cylindrical-coordinate representation of color #71BBA8: hue angle of 164.59º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71BBA8 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 187 168 -
CMYK 0.40 0 0.10 0.27
HSL 164.59º 0.35% 0.59% -
HSV(B) 164.59º 0.4% 0.73% -
XYZ 31.65 41.88 43.46 -
YUV 162.71 130.98 92.54 -
System Red Green Blue C M Y K H S L
Decimal 113 187 168 0.40 0 0.10 0.27 164.59 0.35 0.59
Hex 71 BB A8 28 0 A 1B A5 23 3B
Octal 161 273 250 50 0 12 33 245 43 73
Binary 1110001 10111011 10101000 101000 0 1010 11011 10100101 100011 111011

Color Harmonies of #71BBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BBA8

Black with #71BBA8

Text Example


Text Example

White with #71BBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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