Html Css Color HEX #76ABA2 Gulf Stream

📋 copy color: '#76ABA2'

red 118 ◦ green 171 ◦ blue 162

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

Shades of Gulf Stream #76ABA2

Tints of Gulf Stream #76ABA2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.92%

 BLUE value IS 162 (63.67% from 255) = 35.92%

R = 26.16%
G = 37.92%
B = 35.92%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#76ABA2 (or 0x76ABA2) is known color: Gulf Stream. HEX triplet: 76, AB and A2. RGB value is (118,171,162). Sum of RGB (Red+Green+Blue) = 118+171+162=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 171 - color contains mainly: green. Hex color #76ABA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76ABA2 is #89545D. Grayscale: #9A9A9A. Windows color (decimal): -9000030 or 10660726. OLE color: 10660726.

HSL color Cylindrical-coordinate representation of color #76ABA2: hue angle of 169.81º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76ABA2 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 171 162 -
CMYK 0.31 0 0.05 0.33
HSL 169.81º 0.24% 0.57% -
HSV(B) 169.81º 0.31% 0.67% -
XYZ 28.56 35.59 39.55 -
YUV 154.13 132.44 102.23 -
System Red Green Blue C M Y K H S L
Decimal 118 171 162 0.31 0 0.05 0.33 169.81 0.24 0.57
Hex 76 AB A2 1F 0 5 21 AA 18 39
Octal 166 253 242 37 0 5 41 252 30 71
Binary 1110110 10101011 10100010 11111 0 101 100001 10101010 11000 111001

Color Harmonies of #76ABA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ABA2

Black with #76ABA2

Text Example


Text Example

White with #76ABA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,171,162); }

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

background-color css

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

 a { background-color: rgb(118,171,162); }

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

border-color css

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

 span { border-color: rgb(118,171,162); }

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