#7BAFA1

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

Shades of Gulf Stream #7BAFA1

Tints of Gulf Stream #7BAFA1

Color information

#7BAFA1 (or 0x7BAFA1) is unknown color: approx Gulf Stream. HEX triplet: 7B, AF and A1. RGB value is (123,175,161). Sum of RGB (Red+Green+Blue) = 123+175+161=459 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.80% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAFA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAFA1 is #84505E. Grayscale: #9D9D9D. Windows color (decimal): -8671327 or 10596219. OLE color: 10596219.

HSL color Cylindrical-coordinate representation of color #7BAFA1: hue angle of 163.85º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7BAFA1 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB123175161-
CMYK0.3000.080.31
HSL163.85º24.53%58.43%-
HSV(B)163.85º29.71%68.63%-
XYZ29.9337.4439.37-
YUV157.86129.77103.14-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.80%
GREEN value IS 175 (68.75% from 255) = 38.13%
BLUE value IS 161 (63.28% from 255) = 35.08%
R=26.80%
G=38.13%
B=35.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231751610.3000.080.31163.8524.5358.43
Hex7BAFA11E081Fa4193a
Octal17325724136010372443172
Binary111101110101111101000011111001000111111010010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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