#7BB8A3

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

Shades of Gulf Stream #7BB8A3

Tints of Gulf Stream #7BB8A3

Color information

#7BB8A3 (or 0x7BB8A3) is unknown color: approx Gulf Stream. HEX triplet: 7B, B8 and A3. RGB value is (123,184,163). Sum of RGB (Red+Green+Blue) = 123+184+163=470 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.17% from 470); Green value is 184 (72.27% from 255 or 39.15% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 184 - color contains mainly: green. Hex color #7BB8A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB8A3 is #84475C. Grayscale: #A3A3A3. Windows color (decimal): -8669021 or 10729595. OLE color: 10729595.

HSL color Cylindrical-coordinate representation of color #7BB8A3: hue angle of 159.34º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7BB8A3 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB123184163-
CMYK0.3300.110.28
HSL159.34º30.05%60.2%-
HSV(B)159.34º33.15%72.16%-
XYZ31.9241.1440.91-
YUV163.37127.7999.21-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.17%
GREEN value IS 184 (72.27% from 255) = 39.15%
BLUE value IS 163 (64.06% from 255) = 34.68%
R=26.17%
G=39.15%
B=34.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1231841630.3300.110.28159.3430.0560.2
Hex7BB8A3210B1C9f1e3c
Octal17327024341013342373674
Binary1111011101110001010001110000101011111001001111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,184,163); }

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

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

 a { background-color: rgb(123,184,163); }

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

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

 span { border-color: rgb(123,184,163); }

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