#77BEA2

Color #77BEA2 Gulf Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Stream #77BEA2

Tints of Gulf Stream #77BEA2

Color information

#77BEA2 (or 0x77BEA2) is unknown color: approx Gulf Stream. HEX triplet: 77, BE and A2. RGB value is (119,190,162). Sum of RGB (Red+Green+Blue) = 119+190+162=471 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.27% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #77BEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BEA2 is #88415D. Grayscale: #A5A5A5. Windows color (decimal): -8929630 or 10665591. OLE color: 10665591.

HSL color Cylindrical-coordinate representation of color #77BEA2: hue angle of 156.34º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77BEA2 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB119190162-
CMYK0.3700.150.25
HSL156.34º35.32%60.59%-
HSV(B)156.34º37.37%74.51%-
XYZ32.5443.3640.84-
YUV165.58125.9894.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.27%
GREEN value IS 190 (74.61% from 255) = 40.34%
BLUE value IS 162 (63.67% from 255) = 34.39%
R=25.27%
G=40.34%
B=34.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191901620.3700.150.25156.3435.3260.59
Hex77BEA2250F199c233d
Octal16727624245017312344375
Binary11101111011111010100010100101011111100110011100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77BEA2; }

 p { color: rgb(119,190,162); }

 H1.HeaderClassName
 {
   color: #77BEA2;
 }
 .AnyTagClassName
 {
   color: #77BEA2;
 }
</style>
background-color css

<style>
 a { background-color: #77BEA2; }

 a { background-color: rgb(119,190,162); }

 div.DivClassName
 {
   background-color: #77BEA2;
 }
 .BgClassName
 {
   background-color: #77BEA2;
 }
</style>
border-color css

<style>
 span { border-color: #77BEA2; }

 span { border-color: rgb(119,190,162); }

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