Html Css Color HEX #7BAEA9 Gulf Stream

📋 copy color: '#7BAEA9'

red 123 ◦ green 174 ◦ blue 169

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

Shades of Gulf Stream #7BAEA9

Tints of Gulf Stream #7BAEA9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.34%

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

R = 26.39%
G = 37.34%
B = 36.27%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#7BAEA9 (or 0x7BAEA9) is known color: Gulf Stream. HEX triplet: 7B, AE and A9. RGB value is (123,174,169). Sum of RGB (Red+Green+Blue) = 123+174+169=466 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.39% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 169 (66.41% from 255 or 36.27% from 466); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAEA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAEA9 is #845156. Grayscale: #9E9E9E. Windows color (decimal): -8671575 or 11120251. OLE color: 11120251.

HSL color Cylindrical-coordinate representation of color #7BAEA9: hue angle of 174.12º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7BAEA9 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 123 174 169 -
CMYK 0.29 0 0.03 0.32
HSL 174.12º 0.24% 0.58% -
HSV(B) 174.12º 0.29% 0.68% -
XYZ 30.47 37.35 43.14 -
YUV 158.18 134.1 102.91 -
System Red Green Blue C M Y K H S L
Decimal 123 174 169 0.29 0 0.03 0.32 174.12 0.24 0.58
Hex 7B AE A9 1D 0 3 20 AE 18 3A
Octal 173 256 251 35 0 3 40 256 30 72
Binary 1111011 10101110 10101001 11101 0 11 100000 10101110 11000 111010

Color Harmonies of #7BAEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAEA9

Black with #7BAEA9

Text Example


Text Example

White with #7BAEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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