Html Css Color HEX #76B8B1 Gulf Stream

📋 copy color: '#76B8B1'

red 118 ◦ green 184 ◦ blue 177

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

Shades of Gulf Stream #76B8B1

Tints of Gulf Stream #76B8B1

RGB

 RED value IS 118 (46.48% from 255) = 24.63%

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

 BLUE value IS 177 (69.53% from 255) = 36.95%

R = 24.63%
G = 38.41%
B = 36.95%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#76B8B1 (or 0x76B8B1) is known color: Gulf Stream. HEX triplet: 76, B8 and B1. RGB value is (118,184,177). Sum of RGB (Red+Green+Blue) = 118+184+177=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 184 - color contains mainly: green. Hex color #76B8B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B8B1 is #89474E. Grayscale: #A3A3A3. Windows color (decimal): -8996687 or 11647094. OLE color: 11647094.

HSL color Cylindrical-coordinate representation of color #76B8B1: hue angle of 173.64º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76B8B1 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 118 184 177 -
CMYK 0.36 0 0.04 0.28
HSL 173.64º 0.32% 0.59% -
HSV(B) 173.64º 0.36% 0.72% -
XYZ 32.55 41.31 47.85 -
YUV 163.47 135.63 95.57 -
System Red Green Blue C M Y K H S L
Decimal 118 184 177 0.36 0 0.04 0.28 173.64 0.32 0.59
Hex 76 B8 B1 24 0 4 1C AE 20 3B
Octal 166 270 261 44 0 4 34 256 40 73
Binary 1110110 10111000 10110001 100100 0 100 11100 10101110 100000 111011

Color Harmonies of #76B8B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B8B1

Black with #76B8B1

Text Example


Text Example

White with #76B8B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76B8B1; }

 p { color: rgb(118,184,177); }

 H1.HeaderClassName
 {
   color: #76B8B1;
 }
 .AnyTagClassName
 {
   color: #76B8B1;
 }
</style>

background-color css

<style>
 a { background-color: #76B8B1; }

 a { background-color: rgb(118,184,177); }

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

border-color css

<style>
 span { border-color: #76B8B1; }

 span { border-color: rgb(118,184,177); }

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