Html Css Color HEX #7BB2A9 Gulf Stream

📋 copy color: '#7BB2A9'

red 123 ◦ green 178 ◦ blue 169

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

Shades of Gulf Stream #7BB2A9

Tints of Gulf Stream #7BB2A9

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.87%

 BLUE value IS 169 (66.41% from 255) = 35.96%

R = 26.17%
G = 37.87%
B = 35.96%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#7BB2A9 (or 0x7BB2A9) is known color: Gulf Stream. HEX triplet: 7B, B2 and A9. RGB value is (123,178,169). Sum of RGB (Red+Green+Blue) = 123+178+169=470 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.17% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 169 (66.41% from 255 or 35.96% from 470); Max value from RGB is 178 - color contains mainly: green. Hex color #7BB2A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BB2A9 is #844D56. Grayscale: #A0A0A0. Windows color (decimal): -8670551 or 11121275. OLE color: 11121275.

HSL color Cylindrical-coordinate representation of color #7BB2A9: hue angle of 170.18º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7BB2A9 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB 123 178 169 -
CMYK 0.31 0 0.05 0.30
HSL 170.18º 0.26% 0.59% -
HSV(B) 170.18º 0.31% 0.7% -
XYZ 31.25 38.92 43.4 -
YUV 160.53 132.78 101.23 -
System Red Green Blue C M Y K H S L
Decimal 123 178 169 0.31 0 0.05 0.30 170.18 0.26 0.59
Hex 7B B2 A9 1F 0 5 1E AA 1A 3B
Octal 173 262 251 37 0 5 36 252 32 73
Binary 1111011 10110010 10101001 11111 0 101 11110 10101010 11010 111011

Color Harmonies of #7BB2A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB2A9

Black with #7BB2A9

Text Example


Text Example

White with #7BB2A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,178,169); }

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

background-color css

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

 a { background-color: rgb(123,178,169); }

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

border-color css

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

 span { border-color: rgb(123,178,169); }

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