Html Css Color HEX #7BB4B1 Gulf Stream

📋 copy color: '#7BB4B1'

red 123 ◦ green 180 ◦ blue 177

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

Shades of Gulf Stream #7BB4B1

Tints of Gulf Stream #7BB4B1

RGB

 RED value IS 123 (48.44% from 255) = 25.63%

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

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

R = 25.63%
G = 37.5%
B = 36.88%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#7BB4B1 (or 0x7BB4B1) is known color: Gulf Stream. HEX triplet: 7B, B4 and B1. RGB value is (123,180,177). Sum of RGB (Red+Green+Blue) = 123+180+177=480 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.62% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 177 (69.53% from 255 or 36.88% from 480); Max value from RGB is 180 - color contains mainly: green. Hex color #7BB4B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB4B1 is #844B4E. Grayscale: #A2A2A2. Windows color (decimal): -8670031 or 11646075. OLE color: 11646075.

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

Color convert

RGB 123 180 177 -
CMYK 0.32 0 0.02 0.29
HSL 176.84º 0.28% 0.59% -
HSV(B) 176.84º 0.32% 0.71% -
XYZ 32.43 40.03 47.61 -
YUV 162.62 136.12 99.74 -
System Red Green Blue C M Y K H S L
Decimal 123 180 177 0.32 0 0.02 0.29 176.84 0.28 0.59
Hex 7B B4 B1 20 0 2 1D B1 1C 3B
Octal 173 264 261 40 0 2 35 261 34 73
Binary 1111011 10110100 10110001 100000 0 10 11101 10110001 11100 111011

Color Harmonies of #7BB4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB4B1

Black with #7BB4B1

Text Example


Text Example

White with #7BB4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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