Html Css Color HEX #77BEA2 Gulf Stream

📋 copy color: '#77BEA2'

red 119 ◦ green 190 ◦ blue 162

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

Shades of Gulf Stream #77BEA2

Tints of Gulf Stream #77BEA2

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 value IS 0.37

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#77BEA2 (or 0x77BEA2) is known color: 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

RGB 119 190 162 -
CMYK 0.37 0 0.15 0.25
HSL 156.34º 0.35% 0.61% -
HSV(B) 156.34º 0.37% 0.75% -
XYZ 32.54 43.36 40.84 -
YUV 165.58 125.98 94.78 -
System Red Green Blue C M Y K H S L
Decimal 119 190 162 0.37 0 0.15 0.25 156.34 0.35 0.61
Hex 77 BE A2 25 0 F 19 9C 23 3D
Octal 167 276 242 45 0 17 31 234 43 75
Binary 1110111 10111110 10100010 100101 0 1111 11001 10011100 100011 111101

Color Harmonies of #77BEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BEA2

Black with #77BEA2

Text Example


Text Example

White with #77BEA2

Text Example


Text Example

HTML Codes & Css Web 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>