Html Css Color HEX #7FB4B1 Gulf Stream

📋 copy color: '#7FB4B1'

red 127 ◦ green 180 ◦ blue 177

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

Shades of Gulf Stream #7FB4B1

Tints of Gulf Stream #7FB4B1

RGB

 RED value IS 127 (50% from 255) = 26.24%

 GREEN value IS 180 (70.7% from 255) = 37.19%

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

R = 26.24%
G = 37.19%
B = 36.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#7FB4B1 (or 0x7FB4B1) is known color: Gulf Stream. HEX triplet: 7F, B4 and B1. RGB value is (127,180,177). Sum of RGB (Red+Green+Blue) = 127+180+177=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 177 (69.53% from 255 or 36.57% from 484); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB4B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB4B1 is #804B4E. Grayscale: #A3A3A3. Windows color (decimal): -8407887 or 11646079. OLE color: 11646079.

HSL color Cylindrical-coordinate representation of color #7FB4B1: hue angle of 176.6º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FB4B1 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 127 180 177 -
CMYK 0.29 0 0.02 0.29
HSL 176.6º 0.26% 0.6% -
HSV(B) 176.6º 0.29% 0.71% -
XYZ 33.01 40.33 47.64 -
YUV 163.81 135.44 101.74 -
System Red Green Blue C M Y K H S L
Decimal 127 180 177 0.29 0 0.02 0.29 176.6 0.26 0.6
Hex 7F B4 B1 1D 0 2 1D B1 1A 3C
Octal 177 264 261 35 0 2 35 261 32 74
Binary 1111111 10110100 10110001 11101 0 10 11101 10110001 11010 111100

Color Harmonies of #7FB4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB4B1

Black with #7FB4B1

Text Example


Text Example

White with #7FB4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FB4B1; }

 p { color: rgb(127,180,177); }

 H1.HeaderClassName
 {
   color: #7FB4B1;
 }
 .AnyTagClassName
 {
   color: #7FB4B1;
 }
</style>

background-color css

<style>
 a { background-color: #7FB4B1; }

 a { background-color: rgb(127,180,177); }

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

border-color css

<style>
 span { border-color: #7FB4B1; }

 span { border-color: rgb(127,180,177); }

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