Html Css Color HEX #7FB5B1 Gulf Stream

📋 copy color: '#7FB5B1'

red 127 ◦ green 181 ◦ blue 177

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

Shades of Gulf Stream #7FB5B1

Tints of Gulf Stream #7FB5B1

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.32%

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

R = 26.19%
G = 37.32%
B = 36.49%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#7FB5B1 (or 0x7FB5B1) is known color: Gulf Stream. HEX triplet: 7F, B5 and B1. RGB value is (127,181,177). Sum of RGB (Red+Green+Blue) = 127+181+177=485 (64% of max value = 765). Red value is 127 (50% from 255 or 26.19% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB5B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB5B1 is #804A4E. Grayscale: #A4A4A4. Windows color (decimal): -8407631 or 11646335. OLE color: 11646335.

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

Color convert

RGB 127 181 177 -
CMYK 0.30 0 0.02 0.29
HSL 175.56º 0.27% 0.6% -
HSV(B) 175.56º 0.3% 0.71% -
XYZ 33.21 40.73 47.71 -
YUV 164.4 135.11 101.33 -
System Red Green Blue C M Y K H S L
Decimal 127 181 177 0.30 0 0.02 0.29 175.56 0.27 0.6
Hex 7F B5 B1 1E 0 2 1D B0 1B 3C
Octal 177 265 261 36 0 2 35 260 33 74
Binary 1111111 10110101 10110001 11110 0 10 11101 10110000 11011 111100

Color Harmonies of #7FB5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB5B1

Black with #7FB5B1

Text Example


Text Example

White with #7FB5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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