#7BAEA1

Color #7BAEA1 Gulf Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Stream #7BAEA1

Tints of Gulf Stream #7BAEA1

Color information

#7BAEA1 (or 0x7BAEA1) is unknown color: approx Gulf Stream. HEX triplet: 7B, AE and A1. RGB value is (123,174,161). Sum of RGB (Red+Green+Blue) = 123+174+161=458 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.86% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAEA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAEA1 is #84515E. Grayscale: #9D9D9D. Windows color (decimal): -8671583 or 10595963. OLE color: 10595963.

HSL color Cylindrical-coordinate representation of color #7BAEA1: hue angle of 164.71º 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 #7BAEA1 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB123174161-
CMYK0.2900.070.32
HSL164.71º23.94%58.24%-
HSV(B)164.71º29.31%68.24%-
XYZ29.7437.0639.3-
YUV157.27130.1103.56-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.86%
GREEN value IS 174 (68.36% from 255) = 37.99%
BLUE value IS 161 (63.28% from 255) = 35.15%
R=26.86%
G=37.99%
B=35.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1231741610.2900.070.32164.7123.9458.24
Hex7BAEA11D0720a5183a
Octal1732562413507402453072
Binary111101110101110101000011110101111000001010010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7BAEA1;
 }
 .AnyTagClassName
 {
   color: #7BAEA1;
 }
</style>
background-color css

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

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

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

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

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

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