Html Css Color HEX #76B9B2 Gulf Stream

📋 copy color: '#76B9B2'

red 118 ◦ green 185 ◦ blue 178

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

Shades of Gulf Stream #76B9B2

Tints of Gulf Stream #76B9B2

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.46%

 BLUE value IS 178 (69.92% from 255) = 37.01%

R = 24.53%
G = 38.46%
B = 37.01%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#76B9B2 (or 0x76B9B2) is known color: Gulf Stream. HEX triplet: 76, B9 and B2. RGB value is (118,185,178). Sum of RGB (Red+Green+Blue) = 118+185+178=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 185 - color contains mainly: green. Hex color #76B9B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B9B2 is #89464D. Grayscale: #A4A4A4. Windows color (decimal): -8996430 or 11712886. OLE color: 11712886.

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

Color convert

RGB 118 185 178 -
CMYK 0.36 0 0.04 0.27
HSL 173.73º 0.32% 0.59% -
HSV(B) 173.73º 0.36% 0.73% -
XYZ 32.86 41.76 48.45 -
YUV 164.17 135.8 95.07 -
System Red Green Blue C M Y K H S L
Decimal 118 185 178 0.36 0 0.04 0.27 173.73 0.32 0.59
Hex 76 B9 B2 24 0 4 1B AE 20 3B
Octal 166 271 262 44 0 4 33 256 40 73
Binary 1110110 10111001 10110010 100100 0 100 11011 10101110 100000 111011

Color Harmonies of #76B9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B9B2

Black with #76B9B2

Text Example


Text Example

White with #76B9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,185,178); }

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

background-color css

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

 a { background-color: rgb(118,185,178); }

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

border-color css

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

 span { border-color: rgb(118,185,178); }

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